fix nginx and php

This commit is contained in:
dontforget
2015-07-06 17:26:58 +03:00
parent 5d80beeeb5
commit e9aa9a2ae9

View File

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