ubuntu16.04下安装Nginx+php-fpm
安装nginx+phpsudo add-apt-repository ppa:nginx/stable
sudo apt-get update
sudo apt-get install nginx
nginx -v(查看nginx版本)
sudo apt-get install php
php -v(查看php版本)
配置配置Nginx的监听端口为8080(防止与apache2的80端口冲突)
配置
原创
2017-08-17 15:24:54 ·
8891 阅读 ·
0 评论