lnmp
文章平均质量分 79
阳十三
不要把平台当做能力
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu手动搭建lnmp开发环境
安装nginx:已经安装了Apache2的话,那么使用这些命令先删除再安装nginx: service apache2 stop update-rc.d -f apache2 remove apt-get remove apache2Ubuntu16.04有Nginx安装包,我们可以安装。 apt-get -y install nginx service nginx转载 2017-02-20 10:44:05 · 773 阅读 · 0 评论 -
lnmp开发laravel的nginx配置
## # You should look at the following URL's in order to grasp a solid understanding # of Nginx configuration files in order to fully unleash the power of Nginx. # http://wiki.nginx.org/Pitfalls #原创 2017-06-08 11:22:38 · 732 阅读 · 0 评论
分享