Authored by chunhua.zhang

Update nginx_limit_ip.yml

... ... @@ -24,4 +24,17 @@ white_ips:
# requests for degraded methods will get http 200 response from nginx directly without passing the request to backend servers.
degrade_methods:
\ No newline at end of file
degrade_methods:
- "app.invitecode.my"
- "app.inbox.getTotal"
- "app.inbox.getAllInboxCatInfo"
- "app.home.getInfoNum"
- "app.favorite.getFavoriteCount"
- "app.favorite.isFavoriteNew"
- "app.Shopping.count"
- "app.grass.getUnreadArticleTotal"
- "app.grass.getGrassPubAndFavorNum"
- "app.grass.getTotalInboxUnread"
- "ufo.order.summary"
- "ufo.seller.orderSummary"
- "ufo.buyer.orderListNums"
\ No newline at end of file
... ...