...
|
...
|
@@ -73,7 +73,7 @@ server { |
|
|
#################### end match 2.yohobuy.com #########################
|
|
|
|
|
|
location / {
|
|
|
limit_req zone=limit_ufo burst=50;
|
|
|
limit_req zone=limit_ufo burst=50 nodelay;
|
|
|
proxy_redirect off;
|
|
|
proxy_pass http://ufogateway/ufo-gateway/;
|
|
|
proxy_set_header X-Real-IP $real_ip;
|
...
|
...
|
|