mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Prefer index.php over index.html where both exist.
This commit is contained in:
parent
9b7cfb3fd2
commit
3a643eb81c
@ -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$ {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user