php: add index.php as default

This commit is contained in:
Starbeamrainbowlabs 2023-12-16 18:39:09 +00:00
parent 640a618c3d
commit 2a48e9630e
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ server.modules = (
server.document-root = "/srv/www"
server.port = 3000
index-file.names = ( "index.html" )
index-file.names = ( "index.html", "index.php" )
static-file.exclude-extensions = ( ".php" )
fastcgi.server = ( ".php" =>