Update ingress.conf

This commit is contained in:
Alexandre
2022-06-29 16:13:08 +02:00
committed by GitHub
parent 26b6261aa5
commit eab0458335

View File

@@ -14,8 +14,8 @@ server {
proxy_set_header X-Forwarded-Proto $scheme; # http or https
# Allow ingress subpath
proxy_set_header X-Script-Name %%ingress_entry%%/;
proxy_cookie_path / %%ingress_entry%%/;
proxy_set_header X-Script-Name %%ingress_entry%%;
proxy_cookie_path / %%ingress_entry%%;
# Rewrite url
sub_filter_once off;