mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
FPM Status page: Fix proxypass URL (#3145)
* FPM Status page: Fix proxypass URL * FPM Status page: Update to use modern Apache require configuration
This commit is contained in:
@@ -35,9 +35,8 @@
|
||||
<programlisting role="apache-conf">
|
||||
<![CDATA[
|
||||
<LocationMatch "/fpm-status">
|
||||
Order Allow,Deny
|
||||
Allow from 127.0.0.1
|
||||
ProxyPass "unix:/var/run/php-fpm.sock|fcgi://localhost/fpm-status"
|
||||
Require local
|
||||
ProxyPass "unix:/var/run/php-fpm.sock|fcgi://localhost/"
|
||||
</LocationMatch>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
||||
Reference in New Issue
Block a user