nginx config #3

This commit is contained in:
Ian Renton
2025-12-24 09:47:26 +00:00
parent bcc40d1416
commit ac566553d8

View File

@@ -157,6 +157,8 @@ server {
location / {
add_header Access-Control-Allow-Origin $xssorigin;
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_pass http://127.0.0.1:8080;
}
}