@cryptotaxi247 / netdata-1 / commits / 1cc1ec718

Remove RewriteEngine for dedicated vHost (#10873)

As @JialuZhang recently commented on #6403 There is no need to have Apache mod_rewrite running with this configuration. I've tested the change on: OS: Ubuntu 18.04.5 LTS (bionic) Apache: 2.4.29 Netdata: v1.29.3-215-nightly

Steve8291 committed Apr 14, 2021 at 06:40 UTC 1cc1ec718c84b64a9ef2b1c0d582f31b135d4c23
1 file changed -1
docs/Running-behind-apache.md
-1
@@ -123,7 +123,6 @@ with this content:
123
124 ```conf
125 <VirtualHost *:80>
126 - RewriteEngine On
126 ProxyRequests Off
127 ProxyPreserveHost On
128