We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78465b7 commit 59c1fe3Copy full SHA for 59c1fe3
docker/proxy/config/http.conf
@@ -1,2 +1,3 @@
1
limit_req_zone $binary_remote_addr zone=w9_limit_req_zone:10m rate=30r/s;
2
-limit_conn_zone $binary_remote_addr zone=w9_limit_conn_zone:10m;
+limit_conn_zone $binary_remote_addr zone=w9_limit_conn_zone:10m;
3
+limit_req_zone global zone=w9_global_limit:10m rate=500r/s;
0 commit comments