欢迎来到代码驿站!

Nginx

当前位置:首页 > 服务器 > Nginx

linux下为nginx添加jvmroute模块的方法

时间:2021-02-23 15:13:16|栏目:Nginx|点击:

复制代码 代码如下:

cd /opt
wget http://nginx.org/download/nginx-1.2.8.tar.gz
tar zxvf /opt/nginx-1.2.8.tar.gz
wget https://nginx-upstream-jvm-route.googlecode.com/files/nginx-upstream-jvm-route-0.1.tar.gz
tar zxvf /opt/nginx_upstream_jvm_route
cd /opt/nginx-1.2.8
patch -p0 < /opt/nginx_upstream_jvm_route/jvm_route.patch
./configure --with-http_stub_status_module --prefix=/usr/webserver/nginx --with-pcre=/opt/pcre-8.32 --add-module=/opt/nginx_upstream_jvm_route
make
make install

上一篇:Nginx http升级到https的完整步骤

栏    目:Nginx

下一篇:Nginx设置静态页面压缩和缓存过期时间的方法

本文标题:linux下为nginx添加jvmroute模块的方法

本文地址:http://www.codeinn.net/misctech/68137.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有