mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
docs: php-fpm grant access (#6227)
php-fpm runs as the apache user, add it to the librenms group too. Changing the user of php-fpm breaks other things, so this is the better fix Primarily broken when using rrdcached.
This commit is contained in:
@@ -74,6 +74,7 @@ systemctl restart php-fpm
|
||||
```bash
|
||||
useradd librenms -d /opt/librenms -M -r
|
||||
usermod -a -G librenms nginx
|
||||
usermod -a -G librenms apache
|
||||
```
|
||||
|
||||
#### Clone repo
|
||||
|
||||
Reference in New Issue
Block a user