We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabpot
Learn more about funding links in repositories.
Report abuse
2 parents 5bbf7d6 + 24ef04e commit e6830eaCopy full SHA for e6830ea
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