mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
- create session dir for php-fpm
This commit is contained in:
@@ -123,6 +123,7 @@ Install necessary extra software and let it start on system boot.
|
||||
|
||||
Modify permissions and configuration for `php-fpm` to use nginx credentials.
|
||||
|
||||
mkdir /var/lib/php/session
|
||||
chown root:nginx /var/lib/php -R
|
||||
vi /etc/php-fpm.d/www.conf # At line #12: Change `listen` to `/var/run/php5-fpm.sock`
|
||||
# At line #39-41: Change the `user` and `group` to `nginx`
|
||||
|
||||
Reference in New Issue
Block a user