8000 Merge branch '4.3' into 4.4 · symfony/symfony-docs@5deafac · GitHub
[go: up one dir, main page]

Skip to content

Commit 5deafac

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Tweaks #12169 Add DirectoryIndex to Apache configuration
2 parents e999335 + 848db94 commit 5deafac

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)
0