Update ingress.conf

This commit is contained in:
Alexandre
2022-08-29 11:17:20 +02:00
committed by GitHub
parent 23219e78e0
commit 3e9e4851c8

View File

@@ -13,6 +13,7 @@ server {
proxy_set_header Connection "Upgrade";
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;
# Allow ingress subpath
proxy_set_header X-Script-Name %%ingress_entry%%;