summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2018-10-02 17:30:52 -0400
committerCosta Tsaousis <costa@tsaousis.gr>2018-10-03 00:30:52 +0300
commitdc0b1f878f0f027370f525a96ea4582f77bdc35b (patch)
treebcba3b7bc5b78858e09de416db304fbef496da78 /conf.d
parent8dcdd77e4df3caadc656c82ec5a534420b128bff (diff)
Fix apache ipv6 configuration (#4349)
IPv6 literals in URLs must be enclosed in square brackets
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/python.d/apache.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/python.d/apache.conf b/conf.d/python.d/apache.conf
index 3bbc3f7860..8b606f7e0a 100644
--- a/conf.d/python.d/apache.conf
+++ b/conf.d/python.d/apache.conf
@@ -84,4 +84,4 @@ localipv4:
localipv6:
name : 'local'
- url : 'http://::1/server-status?auto'
+ url : 'http://[::1]/server-status?auto'