summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2018-10-02 17:31:20 -0400
committerCosta Tsaousis <costa@tsaousis.gr>2018-10-03 00:31:20 +0300
commit843e236b4639617500f492f801df3a0c0f1460e7 (patch)
tree1584aa5c33fb8161aaaeee6ada20bfe0d0a377a8
parentdc0b1f878f0f027370f525a96ea4582f77bdc35b (diff)
Fix phpfpm ipv6 configuration (#4348)
IPv6 literals in URLs must be enclosed in square brackets
-rw-r--r--conf.d/python.d/phpfpm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/python.d/phpfpm.conf b/conf.d/python.d/phpfpm.conf
index 08688e2fa6..571eb91567 100644
--- a/conf.d/python.d/phpfpm.conf
+++ b/conf.d/python.d/phpfpm.conf
@@ -86,5 +86,5 @@ localipv4:
localipv6:
name : 'local'
- url : "http://::1/status?full&json"
+ url : "http://[::1]/status?full&json"