linux 安装nginx,php+php-fpm
nginx
http://www.runoob.com/linux/nginx-install-setup.html
php
wget php链接
tar 解压
./configure --prefix=/usr/local/php5 --with-config-file-path=/usr/local/php5/etc --enable-fpm
make出现错误,解决办法
https://blog.csdn.net/dexter_wang/article/details/61616154
nginx和php链接
http://www.cnblogs.com/freeweb/p/5425554.html

浙公网安备 33010602011771号