limithit / ngx_cookie_limit_req_module

This module not only limits the access rate of cookies but also limits the number of malicious ip forged cookies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zone=two

w796933 opened this issue · comments

server {
        listen       80;
        server_name  localhost;
        location / {
            root   html;
            index  index.html index.htm;
        }
        error_page   403 500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
        }
    }
}

location 下不用调用之前声明的 two 吗?
一直测试安装不成功。

你应该提供完整配置和你的编译参数,否则我看不出所以然