centos php 配置
查看 linux 系统版本
uname -a
cat /etc/redhat-release
vi /etc/php-fpm.d/www.conf
user = apache to user = nginx
group = apache to group = nginx
listen.owner = nobody to listen.owner = nginx
listen.group = nobody to listen.group = nginx
listen = /var/run/php-fpm/www.sock
systemctl start php-fpm.service