diff --git a/conf/nginx.conf b/conf/nginx.conf index 59d60dc..8db957e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,7 +8,7 @@ location / { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; - proxy_set_header X-Forwarded-Host $http_host; + proxy_set_header X-Forwarded-Host $host; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;