summaryrefslogtreecommitdiffstats
path: root/debian/netdata-apache2.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/netdata-apache2.postinst')
-rwxr-xr-x[-rw-r--r--]debian/netdata-apache2.postinst2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/netdata-apache2.postinst b/debian/netdata-apache2.postinst
index 7c8e0ce28..037bdca7b 100644..100755
--- a/debian/netdata-apache2.postinst
+++ b/debian/netdata-apache2.postinst
@@ -12,8 +12,6 @@ case "${1}" in
apache2_invoke enmod proxy_http
apache2_invoke enmod rewrite
- apache2_invoke enconf netdata.conf
-
apache2_reload restart
fi
;;