diff --git a/docker/nginx-https.conf b/docker/nginx-https.conf index cebb0bad..7788848b 100644 --- a/docker/nginx-https.conf +++ b/docker/nginx-https.conf @@ -335,7 +335,7 @@ http { proxy_set_header X-Forwarded-Proto $scheme; } - location /docker/console/ { + location ^~ /docker/console/ { proxy_pass http://127.0.0.1:30008/; proxy_http_version 1.1; diff --git a/docker/nginx.conf b/docker/nginx.conf index c3b4955d..ac6b7112 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -324,7 +324,7 @@ http { proxy_set_header X-Forwarded-Proto $scheme; } - location /docker/console/ { + location ^~ /docker/console/ { proxy_pass http://127.0.0.1:30008/; proxy_http_version 1.1;