small fixes

This commit is contained in:
hzrd149 2024-09-25 16:06:51 -05:00
parent a62ccea79c
commit b554843d92

View File

@ -1,5 +1,6 @@
server {
listen 80;
listen [::]:80;
server_name nsite-proxy;
location / {
@ -15,7 +16,7 @@ server {
expires 30d;
add_header Cache-Control "public, no-transform";
proxy_set_header Host $host;
proxy_set_header Host $host;
proxy_pass http://nsite;
}