Skip to content

Commit aaf4b48

Browse files
committed
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.
1 parent ff1308d commit aaf4b48

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)