mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Change Wording for AllowEncodedSlashes to make it more clear to users
This commit is contained in:
@@ -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`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user