Skip to content

Commit

Permalink
rm ;
Browse files Browse the repository at this point in the history
  • Loading branch information
KMicha committed Feb 11, 2025
1 parent ffda42d commit 3a708c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cre/proxy.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ map $user_group $limit_rate {
req_limited 10k;
}

limit_req_zone $binary_remote_addr; zone=req_standard:10m rate=5r/s;
limit_req_zone $binary_remote_addr zone=req_standard:10m rate=5r/s;
limit_req_zone "" zone=req_free:1m rate=30r/s;
limit_req_zone $binary_remote_addr; zone=req_blocked:1m rate=1r/m;
limit_req_zone $binary_remote_addr; zone=req_limited:1m rate=3r/m;
limit_req_zone $binary_remote_addr zone=req_blocked:1m rate=1r/m;
limit_req_zone $binary_remote_addr zone=req_limited:1m rate=3r/m;

## top-level http config for websocket headers
## If Upgrade is defined, Connection = upgrade
Expand Down

0 comments on commit 3a708c4

Please sign in to comment.