mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #424 from f0o/issue-326
Added updated Docs for CentOS
This commit is contained in:
@ -73,7 +73,9 @@ Next, add the following to `/etc/httpd/conf.d/librenms.conf`
|
||||
</VirtualHost>
|
||||
```
|
||||
|
||||
If you are running Apache 2.2.18 or higher then change `AllowEncodedSlashes` to `NoDecode`
|
||||
__Notes:__
|
||||
If you are running Apache 2.2.18 or higher then change `AllowEncodedSlashes` to `NoDecode`.
|
||||
If the file `/etc/httpd/conf.d/welcome.conf` exists, you might want to remove that as well unless you're familiar with [Name-based Virtual Hosts](https://httpd.apache.org/docs/2.2/vhosts/name-based.html)
|
||||
|
||||
### Using Nginx and PHP-FPM ###
|
||||
|
||||
@ -204,4 +206,4 @@ ing your `config.php` file. Remove the comment (the `#` mark) on the line:
|
||||
|
||||
so that it looks like this:
|
||||
|
||||
$config['update'] = 0;
|
||||
$config['update'] = 0;
|
||||
|
Reference in New Issue
Block a user