diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-14 13:01:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-14 13:01:20 +0000 |
commit | 01350079b497e9f24e02e4879ea5650b7304047d (patch) | |
tree | bd7adfb62a5472f0748aadb7e8c453da1659fae0 | |
parent | Using apache2-maintscript-helper in netdata-apache2 maintainer scripts. (diff) | |
download | netdata-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.conf | 2 |
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> |