Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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; |
-
Please register or login to post a comment