From 3205f605b4eccc377980d1d1a9b7814c603aebf0 Mon Sep 17 00:00:00 2001 From: Limezy Date: Sat, 6 Nov 2021 01:39:07 +0700 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {