Fix stats host
diff --git a/apache/files/collectd_apache.conf b/apache/files/collectd_apache.conf
index 2f45cd4..6521604 100644
--- a/apache/files/collectd_apache.conf
+++ b/apache/files/collectd_apache.conf
@@ -2,7 +2,7 @@
 LoadPlugin "apache"
 <Plugin "apache">
    <Instance "apache80">
-       URL "http://localhost/server-status?auto"
+       URL "http://127.0.0.1/server-status?auto"
 #       User "collectd"
 #       Password "hoh2Coo6"
    </Instance>