8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ac8c7 commit 1873305Copy full SHA for 1873305
cookbook/configuration/web_server_configuration.rst
@@ -133,7 +133,8 @@ directive to pass requests for PHP files to PHP FPM:
133
# SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
134
135
# For Apache 2.4.9 or higher
136
- # Using SetHandler avoids issues with using ProxyPassMatch in combination with mod_rewrite or mod_autoindex
+ # Using SetHandler avoids issues with using ProxyPassMatch in combination
137
+ # with mod_rewrite or mod_autoindex
138
<FilesMatch \.php$>
139
SetHandler proxy:fcgi://127.0.0.1:9000
140
</FilesMatch>
0 commit comments