Allow globs in FPM unix socket paths (#7089)

This commit is contained in:
Andre Nathan
2020-02-28 19:47:04 -03:00
committed by GitHub
parent a34180459a
commit 88216eb4d2
3 changed files with 141 additions and 12 deletions

View File

@@ -19,6 +19,8 @@ Get phpfpm stats using either HTTP status page or fpm socket.
## "/var/run/php5-fpm.sock"
## or using a custom fpm status path:
## "/var/run/php5-fpm.sock:fpm-custom-status-path"
## glob patterns are also supported:
## "/var/run/php*.sock"
##
## - fcgi: the URL must start with fcgi:// or cgi://, and port must be present, ie:
## "fcgi://10.0.0.12:9000/status"