Update ingress.conf

This commit is contained in:
Alexandre
2022-08-29 22:19:12 +02:00
committed by GitHub
parent 0f01f73403
commit cc3197fda4

View File

@@ -14,7 +14,8 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Host $http_host; # try $host instead if this doesn't work
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $http_host;
# Allow ingress subpath
proxy_set_header X-Script-Name %%ingress_entry%%;
proxy_cookie_path / %%ingress_entry%%/;