mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Install-LibreNMS.md (#12201)
Change the symbol for comments from # to ; This threw an error for me while following the steps and had to google to fix the issue. Changing to ; might help people like me who are new to php. Not sure if it would affect any older versions.
This commit is contained in:
@ -188,14 +188,14 @@ exit
|
||||
```
|
||||
|
||||
```
|
||||
# Change "www" to "librenms"
|
||||
;Change "www" to "librenms"
|
||||
[librenms]
|
||||
|
||||
# Change user and group to "librenms"
|
||||
;Change user and group to "librenms"
|
||||
user = librenms
|
||||
group = librenms
|
||||
|
||||
# Change listen to a unique name
|
||||
;Change listen to a unique name
|
||||
listen = /run/php-fpm-librenms.sock
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user