diff --git a/conf/nginx.conf b/conf/nginx.conf index d7b5591..e0e6f76 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -24,5 +24,5 @@ location __PATH__/ { } location @rewrite { - rewrite ^/(.+)$ __PATH__/index.php?page=$1 last; + rewrite __PATH__/(.+)$ __PATH__/index.php?page=$1 last; } \ No newline at end of file