Change Wording for AllowEncodedSlashes to make it more clear to users

This commit is contained in:
vectr0n
2016-04-19 19:00:17 -04:00
parent a618707905
commit 98c491a70a

View File

@@ -128,7 +128,7 @@ Next, add the following to `/etc/apache2/sites-available/librenms.conf`:
</VirtualHost>
```
If you are running Apache 2.2.18 or higher then change AllowEncodedSlashes to NoDecode
If you are running Apache 2.2.18 or higher then change `AllowEncodedSlashes On` to `AllowEncodedSlashes NoDecode`
If you have Apache 2.3 or newer then please add the following line before `AllowOverride All`: