Authored by chunhua.zhang

修改UFO限流

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