315 current 2025-10-11 19:03:52 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 19:11:25 -05:00
parent 7b925a2eb8
commit 601a6d0d4e

View File

@@ -106,9 +106,9 @@ in
proxyPass = "http://127.0.0.1:${toString cfg.port}";
extraConfig =
"proxy_set_header Upgrade $http_upgrade;" +
"proxy_set_header Connection upgrade;"
"proxy_set_header Host $host;"
"proxy_set_header X-Real-IP $remote_addr;"
"proxy_set_header Connection upgrade;" +
"proxy_set_header Host $host;" +
"proxy_set_header X-Real-IP $remote_addr;" +
"proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;"
;
};