Skip to content

Commit 1873305

Browse files
TeLiXjweaverryan
authored andcommitted
Update web_server_configuration.rst
1 parent 41ac8c7 commit 1873305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/configuration/web_server_configuration.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ directive to pass requests for PHP files to PHP FPM:
133133
# SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
134134
135135
# For Apache 2.4.9 or higher
136-
# Using SetHandler avoids issues with using ProxyPassMatch in combination with mod_rewrite or mod_autoindex
136+
# Using SetHandler avoids issues with using ProxyPassMatch in combination
137+
# with mod_rewrite or mod_autoindex
137138
<FilesMatch \.php$>
138139
SetHandler proxy:fcgi://127.0.0.1:9000
139140
</FilesMatch>

0 commit comments

Comments
 (0)