`
liyonghui160com
  • 浏览: 762220 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

openresty的安装配置

阅读更多

 

-----------------------------openresty的安装配置:

 

yum -y install gcc gcc-c++ autoconf automake

 

yum -y install zlib zlib-devel openssl openssl-devel pcre pcre-devel

 

openresty下载地址:

http://openresty.org/en/download.html

docker专用:

https://github.com/openresty/docker-openresty

 

tar zxvf ...

cd openresty/

 

./configure --prefix=/export/App/nginx --with-luajit

 

make && make install

 

cd /usr/local/openresty/nginx

 

./sbin/nginx -c /usr/local/openresty/nginx/conf/nginx.conf

 

 

---------------------------#系统内核优化

http://blog.csdn.net/chenleixing/article/details/46906305

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics