Alexandre
2025-01-09 22:02:34 +01:00
committed by GitHub
parent 1105e09a42
commit 051736d616

View File

@@ -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;