diff --git a/conf/nginx.conf b/conf/nginx.conf index 47e973e..0c64a25 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ location PATHTOCHANGE { - alias ALIASTOCHANGE + alias ALIASTOCHANGE ; index index.php; try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) {