summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-14 13:01:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-14 13:01:20 +0000
commit01350079b497e9f24e02e4879ea5650b7304047d (patch)
treebd7adfb62a5472f0748aadb7e8c453da1659fae0
parentUsing apache2-maintscript-helper in netdata-apache2 maintainer scripts. (diff)
downloadnetdata-01350079b497e9f24e02e4879ea5650b7304047d.tar.xz
netdata-01350079b497e9f24e02e4879ea5650b7304047d.zip
Deduplicating apache2 configuration.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/apache2/netdata.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/local/apache2/netdata.conf b/debian/local/apache2/netdata.conf
index 23080de6a..c7f038700 100644
--- a/debian/local/apache2/netdata.conf
+++ b/debian/local/apache2/netdata.conf
@@ -8,8 +8,6 @@
<IfModule mod_rewrite.c>
RewriteEngine On
- ProxyRequests Off
- ProxyPreserveHost On
RewriteRule ^/netdata$ %{HTTP_HOST}/netdata/ [L,R=301]
</IfModule>