diff --git a/conf/nginx.conf b/conf/nginx.conf index 7acac64..358cf0b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location ^~ __PATH__/ { +location __PATH__/ { proxy_pass http://127.0.0.1:__PORT__; proxy_redirect off; proxy_set_header Host $host;