Skip to content

Commit 9a7227d

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Add DirectoryIndex to Apache configuration
2 parents 59ff6f8 + 37a762c commit 9a7227d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup/web_server_configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ and increase web server performance:
9393
ServerAlias www.domain.tld
9494
9595
DocumentRoot /var/www/project/public
96+
DirectoryIndex /app.php
97+
9698
<Directory /var/www/project/public>
9799
AllowOverride None
98100
Order Allow,Deny

0 commit comments

Comments
 (0)