环境:ubuntu 16.04
1、快速安装NMP:
1.1 apt-get update
更新源列表
1.2 apt-get install nginx
安装nginx;dpkg -S nginx
命令可以搜索 nginx相关文件,Nginx的安装路径为/etc/nginx;其配置文件nginx.conf也是在该目录下,并且在 etc/init.d 下有 nginx的启动程序,该目录下的程序都会在系统开启时启动。
此外,Nginx的默认网站目录是 /usr/share/nginx/html/,默认Nginx网站配置文件为 /etc/nginx/sites-available/default 。
1.3 apt-get install php7.0 php7.0-fpm
安装php;
1.4 apt-get install mysql-server mysql-client php7.0-mysql
安装mysql;安装过程需要为root用户设置密码;
2、配置nginx与php-fpm:
注:2.1/2.2没有配置的话,会出现nginx 502 bad gateway 的提示;
2.1、sock配置(无访问权限不可用:会出现111: Connection refused)
php7.1-fpm.sock文件的位置其实是/var/run/php/php7.1-fpm.sock;所以使用时,我们需要把/etc/php/7.1/fpm/pool.d/www.conf