Skip to content

Commit 37a762c

Browse files
committed
bug #12169 Add DirectoryIndex to Apache configuration (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- Add DirectoryIndex to Apache configuration If you have defined "FallbackResource /app.php" without defining a directory index, then your main page("/") will keep loading until the request times up. Replaces #11941 Commits ------- aaf4b48 Add DirectoryIndex to Apache configuration
2 parents ff1308d + aaf4b48 commit 37a762c

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
@@ -75,6 +75,8 @@ and increase web server performance:
7575
ServerAlias www.domain.tld
7676
7777
DocumentRoot /var/www/project/web
78+
DirectoryIndex /app.php
79+
7880
<Directory /var/www/project/web>
7981
AllowOverride None
8082
Order Allow,Deny

0 commit comments

Comments
 (0)