Prefer index.php over index.html where both exist.

This commit is contained in:
Chris Buechler 2016-05-11 16:32:35 -05:00
parent 9b7cfb3fd2
commit 3a643eb81c

View File

@ -1361,7 +1361,7 @@ EOD;
$nginx_config .= <<<EOD
root "{$document_root}";
location / {
index index.html index.htm index.php;
index index.php index.html index.htm;
}
location ~ \.php$ {