diff --git a/conf/nginx.conf b/conf/nginx.conf index cb18632..2260216 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,7 +19,7 @@ location __PATH__/api { proxy_pass http://127.0.0.1:__PORT____PATH__/api; } -#location ~ __PATH__/[0-9]+/api { +#location ~ ^__PATH__/[0-9]+/api { # auth_request off; # proxy_pass http://127.0.0.1:__PORT____PATH__; #} @@ -28,4 +28,3 @@ location __PATH__/Content { auth_request off; proxy_pass http://127.0.0.1:__PORT____PATH__/Content; } -