请问军哥的一键包如何添加ngx_http_limit_req_module 模块和ngx_http_limit_conn_module 模块
请问军哥的一键包如何添加ngx_http_limit_req_module 模块和ngx_http_limit_conn_module 模块下面是两个模块的文档http://nginx.org/cn/docs/http/ngx_http_limit_req_module.html
http://nginx.org/cn/docs/http/ngx_http_limit_conn_module.html
我用的军哥的lnmp,我的网站目录在/home/wwwroot/pan.jkhiukl.com
请问如何添加这两个模块 只要没加--without-http_limit_conn_module disable ngx_http_limit_conn_module
--without-http_limit_req_module disable ngx_http_limit_req_module
这2个参数就是默认编译安装的
回复 2# 的帖子
抱歉我问错了,应该是如何使用这两个模块比如limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;这个添加到具体哪个文件的那段 你1楼发的文档里有完整的说明http://nginx.org/cn/docs/http/ngx_http_limit_req_module.html
http, server, location 里都可以
针对所有虚拟主机就http,针对单个虚拟主机就记到指定的server里,针对目录或指定location就加到location里
页:
[1]