From 2b1f063ea379fffb2c42e527aaceba2d3553ba67 Mon Sep 17 00:00:00 2001 From: Wim Molenberghs Date: Mon, 2 Nov 2020 08:54:22 +0100 Subject: [PATCH] Add DirectoryIndex to fallback for resources When DirectoryIndex is set FallbackResource disabled will do nothing because apache falls back to DirectoryIndex --- setup/web_server_configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/web_server_configuration.rst b/setup/web_server_configuration.rst index e4fef9b3d99..710a2f89dc6 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -127,6 +127,7 @@ and increase web server performance: # which will allow Apache to return a 404 error when files are # not found instead of passing the request to Symfony + DirectoryIndex disabled FallbackResource disabled ErrorLog /var/log/apache2/project_error.log