phpfpm和nginx设置开机自动启动
摘要:
## 添加执行权限 chmod a+x /etc/init.d/nginx chmod a+x /etc/init.d/php-fpm ## 加入服务 chkconfig --add nginx chkconfig --add php-fpm ## 开机自启 chkconfig nginx on c 阅读全文
posted @ 2017-07-04 11:52 dongruiha 阅读(1986) 评论(0) 推荐(0)