Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2b1f063

Browse filesBrowse files
wimme002javiereguiluz
authored andcommitted
Add DirectoryIndex to fallback for resources
When DirectoryIndex is set FallbackResource disabled will do nothing because apache falls back to DirectoryIndex
1 parent ca151ce commit 2b1f063
Copy full SHA for 2b1f063

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎setup/web_server_configuration.rst

Copy file name to clipboardExpand all lines: setup/web_server_configuration.rst
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ and increase web server performance:
127127
# which will allow Apache to return a 404 error when files are
128128
# not found instead of passing the request to Symfony
129129
<Directory /var/www/project/public/bundles>
130+
DirectoryIndex disabled
130131
FallbackResource disabled
131132
</Directory>
132133
ErrorLog /var/log/apache2/project_error.log

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.