ngx_cookie_limit_req_module icon indicating copy to clipboard operation
ngx_cookie_limit_req_module copied to clipboard

zone=two

Open w796933 opened this issue 5 years ago • 1 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 吗?
一直测试安装不成功。

w796933 avatar Dec 23 '19 14:12 w796933

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

limithit avatar Dec 24 '19 01:12 limithit