diff --git a/etc/nginx/nginx.php.conf b/etc/nginx/nginx.php.conf index 4edeb69..82365bc 100644 --- a/etc/nginx/nginx.php.conf +++ b/etc/nginx/nginx.php.conf @@ -29,7 +29,7 @@ http { include /etc/nginx/conf.d/enabled/*.conf; # set default index options for all sites - index index.html index.htm; + index index.php index.html index.htm; # set default document root for all sites root /usr/share/nginx/html;