diff --git a/conf/nginx.conf b/conf/nginx.conf index 40ee11d..58456c4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location ^~ __PATH__/console { +location __PATH__/console { # Force usage of https if ($scheme = http) { @@ -18,7 +18,7 @@ location ^~ __PATH__/console { proxy_set_header Connection "upgrade"; } -location ^~ __PATH__/server { +location __PATH__/server { # Force usage of https if ($scheme = http) {