sanity service on 8080 now

This commit is contained in:
shockrah 2025-05-12 02:01:31 -07:00
parent e337989a59
commit e3afed5e4f

View File

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