Update ingress.conf

This commit is contained in:
Alexandre
2022-08-27 23:38:03 +02:00
committed by GitHub
parent b044107667
commit 669c90a02d

View File

@@ -13,7 +13,6 @@ server {
proxy_set_header Connection "Upgrade"; proxy_set_header Connection "Upgrade";
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Host $http_host; # try $host instead if this doesn't work proxy_set_header Host $http_host; # try $host instead if this doesn't work
proxy_set_header X-Forwarded-Proto $scheme; # http or https
# Allow ingress subpath # Allow ingress subpath
proxy_set_header X-Script-Name %%ingress_entry%%; proxy_set_header X-Script-Name %%ingress_entry%%;