diff options
Diffstat (limited to '')
-rw-r--r-- | debian/local/apache2/netdata.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 </IfModule> <IfModule mod_rewrite.c> |