[TOC] ``` 1 下载lnmp安装 `wget http://soft1.vpser.net/lnmp/lnmp1.5-full.tar.gz ` ``` 2 安装lnmp 解压 `tar -xvf lnmp1.5-full.tar.gz ` 3 进入 源码目录 `cd lnmp1.5-full/ ` 4 执行 `./install.sh`开始配置 5 重启nginx: `service nginx restart ` 6 配置nginx文件: `vim/usr/local/nginx/conf/nginx.conf ` 7 `vim /ur/local/nginx/conf/fastcgl.conf` ~~~ 找到 open_basedir 后面加 /www/ 默认访问是在home fastcgi_paramPHP_ADMIN_VALUE"open_basedir=/home/wwwroot/:/tmp/:/proc/:/www/"; ~~~ 9.flush privieges; 9.service nginx configtest 10.service nginx reload 更多操作 请访问 https://lnmp.org/install.html