Update ingress.conf

This commit is contained in:
Alexandre
2022-09-22 17:38:29 +02:00
committed by GitHub
parent 4680b0b004
commit 4adc0f8fe6

View File

@@ -13,6 +13,10 @@ server {
proxy_read_timeout 30;
proxy_set_header Connection "Upgrade";
proxy_set_header Upgrade $http_upgrade;
# Allow ingress subpath
proxy_set_header X-Script-Name %%ingress_entry%%;
proxy_cookie_path / %%ingress_entry%%/;
}
location / {