Update nginx_limit_ip.yml
Showing
1 changed file
with
1 additions
and
14 deletions
@@ -24,17 +24,4 @@ white_ips: | @@ -24,17 +24,4 @@ white_ips: | ||
24 | 24 | ||
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: | ||
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" | ||
27 | +degrade_methods: |
-
Please register or login to post a comment