1
0
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:
AllenJB
2026-02-17 16:48:58 +00:00
committed by GitHub
parent 34bd6f08bd
commit fa98755da4

View File

@@ -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>