From aaf4b48b7cc2d581a063eb5558bcf3fcbeeaa408 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 15 Aug 2019 11:27:11 +0200 Subject: [PATCH] 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. --- setup/web_server_configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/web_server_configuration.rst b/setup/web_server_configuration.rst index 32775918bb9..b7dc2e9b373 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -75,6 +75,8 @@ and increase web server performance: ServerAlias www.domain.tld DocumentRoot /var/www/project/web + DirectoryIndex /app.php + AllowOverride None Order Allow,Deny