Allow nabucasa url

https://github.com/alexbelgium/hassio-addons/discussions/480
This commit is contained in:
Alexandre
2022-09-16 10:28:22 +02:00
committed by GitHub
parent b342122995
commit 37881d7fed

View File

@@ -41,7 +41,7 @@ server {
proxy_set_header X-Port $x_port;
proxy_set_header X-Forwarded-Proto $x_scheme;
proxy_set_header Host $x_host$x_port; # try $host instead if this doesn't work
proxy_set_header Host $host$x_port; # try $host instead if this doesn't work
# Correct url without port when using https
sub_filter_once off;