Skip to content

Commit 24ef04e

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Readd handling of fallback of bundles directory in Apache config
2 parents 4844df2 + bfb0098 commit 24ef04e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup/web_server_configuration.rst

+8
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@ directive to pass requests for PHP files to PHP FPM:
178178
# Options FollowSymlinks
179179
# </Directory>
180180
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+
181189
ErrorLog /var/log/apache2/project_error.log
182190
CustomLog /var/log/apache2/project_access.log combined
183191
</VirtualHost>

0 commit comments

Comments
 (0)