php-fpm 的配置小记
OS X 使用 Homebrew 重新安装 php 5.6
1 | brew reinstall --with-fpm php56 |
安装完后按提示操作
1 | mkdir -p ~/Library/LaunchAgents |
确认端口是否已经使用
1 | netstat -antl | grep 9000 |
启用 php-fpm
1 | ## pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 |
配置参数说明