chore: complete update
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Rate Limiting Zones
|
||||
|
||||
limit_req_zone $binary_remote_addr zone=api:10m rate={{ rate_limits.api }};
|
||||
limit_req_zone $binary_remote_addr zone=static_files:10m rate={{ rate_limits.static }};
|
||||
limit_req_zone $binary_remote_addr zone=images:10m rate={{ rate_limits.images }};
|
||||
|
||||
# Connection Limiting
|
||||
limit_conn_zone $binary_remote_addr zone=perip:10m;
|
||||
limit_conn perip 10;
|
||||
Reference in New Issue
Block a user