We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4844df2 + bfb0098 commit 24ef04eCopy full SHA for 24ef04e
setup/web_server_configuration.rst
@@ -178,6 +178,14 @@ directive to pass requests for PHP files to PHP FPM:
178
# Options FollowSymlinks
179
# </Directory>
180
181
+ # optionally disable the fallback resource for the asset directories
182
+ # which will allow Apache to return a 404 error when files are
183
+ # not found instead of passing the request to Symfony
184
+ # <Directory /var/www/project/public/bundles>
185
+ # DirectoryIndex disabled
186
+ # FallbackResource disabled
187
+ # </Directory>
188
+
189
ErrorLog /var/log/apache2/project_error.log
190
CustomLog /var/log/apache2/project_access.log combined
191
</VirtualHost>
0 commit comments