diff --git a/setup/web_server_configuration.rst b/setup/web_server_configuration.rst index 0612f609721..fdedfc81794 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -178,6 +178,14 @@ directive to pass requests for PHP files to PHP FPM: # Options FollowSymlinks # + # optionally disable the fallback resource for the asset directories + # 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 CustomLog /var/log/apache2/project_access.log combined