We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5ef24a + 0352fe1 commit c3854c8Copy full SHA for c3854c8
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