From c3059ca2a5a18870f0dab68742c4bd012bdd1959 Mon Sep 17 00:00:00 2001 From: Diego Aguiar Date: Tue, 9 Jul 2019 15:26:30 -0500 Subject: [PATCH] Add DirectoryIndex If you have defined "FallbackResource /index.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 f388dee3e76..4263577b26d 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -93,6 +93,8 @@ and increase web server performance: ServerAlias www.domain.tld DocumentRoot /var/www/project/public + DirectoryIndex /index.php + AllowOverride None Order Allow,Deny