mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01: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;
|
||||
|
||||
# Ensure the backend knows the correct host
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
|
||||
# Correct base_url
|
||||
absolute_redirect off;
|
||||
|
||||
Reference in New Issue
Block a user