fpm配置
Posted S大好人S
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fpm配置相关的知识,希望对你有一定的参考价值。
当fastcgi_pass 127.0.0.1:9000用此方式将请求交给fpm时/etc/php/7.0/fpm/pool.d/www.conf要注意两个地方的配置
- listen.allowed_clients = 127.0.0.1
- 注释:listen = /var/run/php5-fpm.sock 并增加 listen = 9000
- 重新启动fpm /etc/init.d/php7.0-fpm restart
- 重新启动nginx sudo service nginx restart
以上是关于fpm配置的主要内容,如果未能解决你的问题,请参考以下文章