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:
Tony Murray
2017-03-21 19:31:40 -05:00
committed by GitHub
parent 716441eeda
commit 35e33d629c

View File

@@ -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