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