diff --git a/conf/nginx.conf b/conf/nginx.conf index 4782dd0..90e7687 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -22,5 +22,5 @@ location / { } location @__NAME__ { - rewrite /(.*)$ __PATH__/index.php?/$1 last; + rewrite /(.*)$ /index.php?title=$1&$args; }