From 5f17630c0f3adbeac5296aad64554d5432d57ac4 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Tue, 26 Nov 2019 19:24:29 +0300 Subject: [PATCH] [add] example of IP and port combination in script PHP-FPM pools detection output --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cce5e0..de866d6 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ The output should be a valid JSON with a list of pools and their sockets, someth }, { "{#POOLNAME}":"www", - "{#POOLSOCKET}":"/run/php/php7.3-fpm.sock" + "{#POOLSOCKET}":"127.0.0.1:9000" } ] }