php: add index.php as default
This commit is contained in:
parent
640a618c3d
commit
2a48e9630e
1 changed files with 1 additions and 1 deletions
|
@ -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" =>
|
||||
|
|
Loading…
Reference in a new issue