mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
Update ingress.conf
This commit is contained in:
@@ -14,11 +14,6 @@ server {
|
|||||||
proxy_set_header Connection "Upgrade";
|
proxy_set_header Connection "Upgrade";
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|
||||||
# Allow ingress subpath
|
|
||||||
proxy_set_header X-Script-Name %%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