http {
...
limit_req_zone $binary_remote_addr zone=one:40m rate=4r/s;
...
server {
...
location / {
limit_req zone=one burst=10;
http {
...
limit_req_zone $binary_remote_addr zone=one:40m rate=4r/s;
...
server {
...
location / {
limit_req zone=one burst=10;
1473
1358
1119

被折叠的 条评论
为什么被折叠?