Update nginx_limit_ip-t6.yml
Showing
1 changed file
with
9 additions
and
1 deletions
@@ -25,4 +25,12 @@ white_ips: | @@ -25,4 +25,12 @@ 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 | - | 28 | + - "app.invitecode.my" |
29 | + - "app.favorite.getFavoriteCount" | ||
30 | + - "app.favorite.isFavoriteNew" | ||
31 | + - "app.grass.getUnreadArticleTotal" | ||
32 | + - "app.grass.getGrassPubAndFavorNum" | ||
33 | + - "app.grass.getTotalInboxUnread" | ||
34 | + - "ufo.order.summary" | ||
35 | + - "ufo.seller.orderSummary" | ||
36 | + - "ufo.buyer.orderListNums" |
-
Please register or login to post a comment