summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-05-11 16:32:35 -0500
committerChris Buechler <cmb@pfsense.org>2016-05-11 16:33:06 -0500
commit6c6e8e3407b83812c9f3c7a349907816fbf54f99 (patch)
tree47825a7d784a032a26f4546b34297eb46fd95724
parent24d2e48271a6b48227268de9216edd66572ed77c (diff)
downloadpfsense-6c6e8e3407b83812c9f3c7a349907816fbf54f99.zip
pfsense-6c6e8e3407b83812c9f3c7a349907816fbf54f99.tar.gz
Prefer index.php over index.html where both exist.
-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