`
sqlxx
  • 浏览: 16647 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
文章分类
社区版块
存档分类
最新评论

安装NGINX的步骤

阅读更多

记录一下以免自己忘记

1. wget http://nginx.org/download/nginx-0.7.65.tar.gz

2. tar xzf nginx-0.7.65.tar.gz

3. wget http://hg.mperillo.ath.cx/nginx/mod_wsgi/archive/0.0.6.tar.gz

4. tar xzf 0.0.6.tar.gz

5. 在nginx目录中 ./configure --add-module=../mod_wsgi-0.0.6/ --prefix=/usr/local --sbin-path=/usr/sbin --conf-path=/etc/nginx/ngixn.conf --with-http_ssl_module

6. make & make install


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics