mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-21 20:16:28 +01:00
Update ingress.conf
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user