mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Update ingress.conf
This commit is contained in:
@@ -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 / {
|
||||||
|
|||||||
Reference in New Issue
Block a user