Update nginx_limit_ip.yml
Showing
1 changed file
with
13 additions
and
0 deletions
@@ -25,3 +25,16 @@ white_ips: | @@ -25,3 +25,16 @@ white_ips: | ||
25 | 25 | ||
26 | # requests for degraded methods will get http 200 response from nginx directly without passing the request to backend servers. | 26 | # requests for degraded methods will get http 200 response from nginx directly without passing the request to backend servers. |
27 | degrade_methods: | 27 | degrade_methods: |
28 | + - "app.invitecode.my" | ||
29 | + - "app.inbox.getTotal" | ||
30 | + - "app.inbox.getAllInboxCatInfo" | ||
31 | + - "app.home.getInfoNum" | ||
32 | + - "app.favorite.getFavoriteCount" | ||
33 | + - "app.favorite.isFavoriteNew" | ||
34 | + - "app.Shopping.count" | ||
35 | + - "app.grass.getUnreadArticleTotal" | ||
36 | + - "app.grass.getGrassPubAndFavorNum" | ||
37 | + - "app.grass.getTotalInboxUnread" | ||
38 | + - "ufo.order.summary" | ||
39 | + - "ufo.seller.orderSummary" | ||
40 | + - "ufo.buyer.orderListNums" |
-
Please register or login to post a comment