mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix nginx and php
This commit is contained in:
@@ -87,8 +87,8 @@ If the file `/etc/httpd/conf.d/welcome.conf` exists, you might want to remove th
|
|||||||
Install necessary extra software and let it start on system boot.
|
Install necessary extra software and let it start on system boot.
|
||||||
|
|
||||||
yum install nginx php-fpm
|
yum install nginx php-fpm
|
||||||
chkconfig --levels 235 nginx on
|
chkconfig nginx on
|
||||||
chkconfig --levels 235 php-fpm on
|
chkconfig php-fpm on
|
||||||
|
|
||||||
Modify permissions and configuration for `php-fpm` to use nginx credentials.
|
Modify permissions and configuration for `php-fpm` to use nginx credentials.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user