diff --git a/install/nginx.conf b/install/nginx.conf index fae8627..099ad97 100644 --- a/install/nginx.conf +++ b/install/nginx.conf @@ -31,7 +31,7 @@ server { log_not_found off; } - location ~ \.php$ { + location ~ \index.php$ { # include fastcgi.conf; include fastcgi_params; # choose one of the above depending on your distribution.