mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Test non standard port
https://github.com/alexbelgium/hassio-addons/issues/345
This commit is contained in:
@@ -16,7 +16,9 @@ server {
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Scheme $scheme;
|
||||
proxy_set_header X-Script-Name %%UIPATH%%; # IMPORTANT: path has NO trailing slash
|
||||
proxy_set_header HA-Calibre-User admin;
|
||||
#proxy_set_header HA-Calibre-User admin;
|
||||
proxy_redirect http://$host/ $scheme://$host:%%haport%%/;
|
||||
proxy_redirect $scheme://$host/ $scheme://$host:%%haport%%/;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user