Update ingress.conf

This commit is contained in:
Alexandre
2022-09-22 17:48:15 +02:00
committed by GitHub
parent 4adc0f8fe6
commit 1a9f0ae71d

View File

@@ -17,6 +17,8 @@ server {
# Allow ingress subpath # Allow ingress subpath
proxy_set_header X-Script-Name %%ingress_entry%%; proxy_set_header X-Script-Name %%ingress_entry%%;
proxy_cookie_path / %%ingress_entry%%/; proxy_cookie_path / %%ingress_entry%%/;
add_header X-Frame-Options SAMEORIGIN; # Required for ingress frame
} }
location / { location / {