From b53eb7edc264d94916a5f1e829d42f8a73c6dacf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 21 Jul 2022 07:48:47 +0200 Subject: Using 127.0.0.1 instead of localhost in apache2 config to work on ipv6-only systems too. Signed-off-by: Daniel Baumann --- debian/local/apache2/netdata.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/local/apache2/netdata.conf b/debian/local/apache2/netdata.conf index 140b39bc8..48c78d7e9 100644 --- a/debian/local/apache2/netdata.conf +++ b/debian/local/apache2/netdata.conf @@ -2,8 +2,8 @@ ProxyRequests Off ProxyPreserveHost On - ProxyPass /netdata http://localhost:19999 connectiontimeout=5 timeout=30 keepalive=on - ProxyPassReverse /netdata http://localhost:19999 + ProxyPass /netdata http://127.0.0.1:19999 connectiontimeout=5 timeout=30 keepalive=on + ProxyPassReverse /netdata http://127.0.0.1:19999 -- cgit v1.2.3