码迷,mamicode.com
首页 > 其他好文 > 详细

OpenResty 平滑升级

时间:2014-07-06 20:16:07      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   art   div   

1、先去下载新版,当前最新版为“ngx_openresty-1.7.0.1”

2、开始升级

tar zxvf ngx_openresty-1.7.0.1.tar.gz
cd ngx_openresty-1.7.0.1
./configure --prefix=/usr/local/openresty/ --with-http_stub_status_module --add-module=/usr/local/nginx_upload_module-2.2.0 --with-luajit
make
mv /usr/local/openresty/nginx/sbin/nginx /usr/local/openresty/nginx/sbin/nginx.old
cp /usr/local/software/ngx_openresty-1.7.0.1/build/nginx-1.7.0/objs/nginx /usr/local/openresty/nginx/sbin/
service nginx restart
/usr/local/openresty/nginx/sbin/nginx -V

 

 

OpenResty 平滑升级,布布扣,bubuko.com

OpenResty 平滑升级

标签:style   blog   http   color   art   div   

原文地址:http://www.cnblogs.com/kgdxpr/p/3824712.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!