diff --git a/nginx_web/nginx.conf b/nginx_web/nginx.conf index b708da8..410b6ae 100644 --- a/nginx_web/nginx.conf +++ b/nginx_web/nginx.conf @@ -28,7 +28,7 @@ http { root /data; location / { - try_files $uri $uri/ /index.php?$args; + try_files $uri $uri/ /index.php?route=$uri&$args; } location = /robots.txt {