Update mdwalters.conf

This commit is contained in:
Max 2024-04-29 03:19:42 +00:00
parent 78fcbb17c4
commit fc0dece1d2

View file

@ -46,4 +46,12 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location /snac {
proxy_pass http://localhost:1350;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}