summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc
index e27f4d1..87c83fd 100644
--- a/src/etc/inc/system.inc
+++ b/src/etc/inc/system.inc
@@ -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$ {
OpenPOWER on IntegriCloud