diff --git a/conf/nginx.conf b/conf/nginx.conf index 9d8d305..c91beea 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -42,5 +42,5 @@ location __PATH__/ { } location @__APP__ { - rewrite ^(.*)$ __PATH__/index.php last; + rewrite __PATH__/(.*)$ __PATH__/index.php last; }