首页 > 其他 > 详细

Install nginx on ubuntu

时间:2014-03-20 21:29:35      阅读:449      评论:0      收藏:0      [点我收藏+]

1. Install libpcre3, libpcre3-dev
2. Install zlib1g-dev
3. Download nginx and unzip it
4. ./configure
5. make
6. sudo make install
7. cd /usr/local/nginx/sbin
8. sudo ./nginx

Open your web browser and type: http://localhost, you will get the below test page:
bubuko.com,布布扣


9. sudo ./nginx -s stop

Install nginx on ubuntu,布布扣,bubuko.com

Install nginx on ubuntu

原文:http://www.cnblogs.com/swnuwangyun/p/3478423.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!