Suppress parameters from include

https://github.com/alexbelgium/hassio-addons/issues/757
This commit is contained in:
Alexandre
2023-03-16 15:46:25 +01:00
committed by GitHub
parent 66e1d3bca1
commit 9a1109d39f

View File

@@ -7,8 +7,8 @@ proxy_max_temp_file_size 0;
proxy_hide_header X-Frame-Options;
proxy_set_header Accept-Encoding "";
proxy_set_header Connection $connection_upgrade;
proxy_set_header Upgrade $http_upgrade;
#proxy_set_header Connection $http_connection;
#proxy_set_header Upgrade $http_upgrade;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;