Update nginx_limit_ip.yml
Showing
1 changed file
with
1 additions
and
2 deletions
@@ -27,5 +27,4 @@ ip_qps_limit: "200,2" | @@ -27,5 +27,4 @@ ip_qps_limit: "200,2" | ||
27 | 27 | ||
28 | # requests for degraded methods will get http 200 response from nginx directly without passing the request to backend servers. | 28 | # requests for degraded methods will get http 200 response from nginx directly without passing the request to backend servers. |
29 | degrade_methods: | 29 | degrade_methods: |
30 | - - "demo.method" | ||
31 | - - "app.inbox.getAllInboxCatInfo" | 30 | + - "demo.method" |
-
Please register or login to post a comment