...
|
...
|
@@ -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;
|
...
|
...
|
|