There was an error while loading. Please reload this page.
1 parent ca151ce commit 2b1f063Copy full SHA for 2b1f063
setup/web_server_configuration.rst
@@ -127,6 +127,7 @@ and increase web server performance:
127
# which will allow Apache to return a 404 error when files are
128
# not found instead of passing the request to Symfony
129
<Directory /var/www/project/public/bundles>
130
+ DirectoryIndex disabled
131
FallbackResource disabled
132
</Directory>
133
ErrorLog /var/log/apache2/project_error.log
0 commit comments