Nomad now responds to the basic nomad.nigel.local DNS name

This commit is contained in:
2025-05-10 17:26:45 -07:00
parent a3fdc5fcc7
commit 47b69d7f49
6 changed files with 70 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
server {
server_name sanity.nigel.local;
location / {
proxy_pass http://localhost:8000;
}
}