Skip to content

Commit 1bed726

Browse files
committed
Merge branch '4.4'
* 4.4: Tweaks #12169 Add DirectoryIndex to Apache configuration
2 parents 7b537a0 + 5deafac commit 1bed726

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 /index.php
97+
9698
<Directory /var/www/project/public>
9799
AllowOverride None
98100
Order Allow,Deny

0 commit comments

Comments
 (0)