下载openresty
wget https://openresty.org/download/openresty-1.15.8.1.tar.gztar zxvf openresty-1.15.8.1.tar.gzcd openresty-1.15.8.1
安装openresty
查看当前Nginx的编译配置
nginx -V如下所示,"configure arguments"就是编译nginx时的配置
nginx version: nginx/1.14.0built by gcc 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) built with OpenSSL 1.0.2k-fips26 Jan 2017TLS SNI support enabledconfigure arguments: --with-http_ssl_module编译openresty,把刚才的配置加到"configure"命令后方,如果需要使用lua也可以加上"--with-luajit"
【教你如何用 openresty 完美替换 nginx】./configure --with-http_ssl_module --with-luajitgmake && gmake installgmake即GNU make,使用它的原因是非GNU平台可能占用了make命令,在linux系统下不用考虑这个问题 。GNU,在Unix系统发明后,开始出现闭源收费软件,于是有人发起了自由软件的计划,即GNU计划,宣扬开源精神,编辑器Emacs和编译器GCC就属于GNU下的项目,但是GNU下缺少系统内核,后来机缘巧合地与Linux进行了合作,发布了GNU/Linux 。
更换配置文件
把原有nginx配置文件移动到openresty目录
mv /usr/local/nginx/conf/*.conf /usr/local/openresty/confmv /usr/local/nginx/conf/conf.d /usr/local/openresty/conf
停止原nginx
nginx -s stop
启动openresty
/usr/local/openresty/bin/openresty如果提示"nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl"",原因是nginx1.15版本及以后已经不需要使用ssl on命令了,可以去掉 。
软链接到bin目录
如果觉得命令使用不方便可以直接软链接到bin目录,并改名为nginx
ln -s /usr/local/openresty/bin/openresty /usr/local/bin/nginx转自:https://www.linuxprobe.com/openresty-nginx.html
推荐阅读
- 如何去床上螨虫最快方法 干货满满床上除螨虫的简单方法速来了解
- 看资深站长教你如何做好网站运营
- 如何实现交换机不同VLAN、不同网段之间互访?
- 筒灯尺寸一般是多少 如何选择筒灯尺寸
- 患有鼻窦炎如何排脓
- 鼻窦炎引起的低烧如何治疗
- 黑色皮鞋破皮了怎么修补 皮鞋后跟掉皮如何修理
- 姐弟恋应该如何照顾女方 姐弟恋一般都是女方颜值高吗
- 正确使用电冰箱的方法 如何正确使用冰箱
- 手把手教你正确停车,考证不再难