Authored by chunhua.zhang

修改UFO限流

... ... @@ -51,7 +51,7 @@ http {
0 "";
}
limit_req_zone $limit zone=limit_ufo:30m rate=20r/s;
limit_req_zone $limit zone=limit_ufo:90m rate=30r/s;
sendfile on;
... ...
... ... @@ -56,7 +56,7 @@ server {
#################### end match 2.yohobuy.com #########################
location / {
limit_req zone=limit_ufo burst=2 nodelay;
limit_req zone=limit_ufo burst=10 nodelay;
proxy_redirect off;
proxy_pass http://ufogateway/ufo-gateway/;
proxy_set_header X-Real-IP $real_ip;
... ...