mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 01:55:59 +02:00
Update ingress.conf
This commit is contained in:
@@ -14,8 +14,8 @@ server {
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme; # http or https
|
proxy_set_header X-Forwarded-Proto $scheme; # http or https
|
||||||
|
|
||||||
# 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%%;
|
||||||
|
|
||||||
# Rewrite url
|
# Rewrite url
|
||||||
sub_filter_once off;
|
sub_filter_once off;
|
||||||
|
|||||||
Reference in New Issue
Block a user