mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-29 02:36:05 +02:00
Use http host
https://github.com/alexbelgium/hassio-addons/issues/1703#issuecomment-2580735210
This commit is contained in:
@@ -29,8 +29,8 @@ server {
|
|||||||
proxy_read_timeout 90;
|
proxy_read_timeout 90;
|
||||||
|
|
||||||
# Ensure the backend knows the correct host
|
# Ensure the backend knows the correct host
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_set_header X-Forwarded-Host $host;
|
proxy_set_header X-Forwarded-Host $http_host;
|
||||||
|
|
||||||
# Correct base_url
|
# Correct base_url
|
||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
|
|||||||
Reference in New Issue
Block a user