This commit is contained in:
Charmunks 2025-10-31 14:36:51 -04:00
parent ed8b8336c3
commit a515ed54ff

View file

@ -32,7 +32,7 @@ http {
set $path $2;
set $target localhost:$port;
proxy_pass http://$target$path;
proxy_set_header Host $host;
proxy_set_header Host localhost:$port;
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;