From 65e836343fd4b2b8ca4370a6265cfec12ef0df13 Mon Sep 17 00:00:00 2001 From: Timo Date: Mon, 26 Apr 2021 15:53:59 +0300 Subject: [PATCH] updated 30x redirect --- docker/common/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/common/nginx/nginx.conf b/docker/common/nginx/nginx.conf index efbf6e781..9072ddeae 100644 --- a/docker/common/nginx/nginx.conf +++ b/docker/common/nginx/nginx.conf @@ -9,7 +9,7 @@ server { proxy_ssl_server_name on; location / { - return 302 $http_host/ui/; + return 302 $uri/ui/; } location /ui/ {