diff --git a/docker/common/nginx/nginx.conf b/docker/common/nginx/nginx.conf index cb2fb4027..a70e5bc06 100644 --- a/docker/common/nginx/nginx.conf +++ b/docker/common/nginx/nginx.conf @@ -2,7 +2,7 @@ server { listen 8080; proxy_hide_header WWW-Authenticate; - + port_in_redirect off; # SSL stuff for cloudflare proxy-ing - ignores SSL certificate and uses SNI proxy_ssl_verify off; @@ -10,7 +10,7 @@ server { proxy_ssl_server_name on; location / { - return 302 $uri/ui/; + return 302 http://$http_host/ui/; } location /ui/ {