diff --git a/conf/nginx.conf b/conf/nginx.conf index 3d920d6..03c1d19 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ -#root_path_only location / { -#sub_path_only location __PATH__ { +#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; +location __PATH__/ { # Standard nginx configuration proxy_http_version 1.1;