Fix typo in phpfpm README (#3985)

This commit is contained in:
alekseyp 2018-04-06 19:20:36 -04:00 committed by Daniel Nelson
parent ff40da6019
commit fb6390e7ab
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Get phpfpm stats using either HTTP status page or fpm socket.
## "fcgi://10.0.0.12:9000/status"
## "cgi://10.0.10.12:9001/status"
##
## Example of multiple gathering from local socket and remove host
## Example of multiple gathering from local socket and remote host
## urls = ["http://192.168.1.20/status", "/tmp/fpm.sock"]
urls = ["http://localhost/status"]
```