Increase rate limit (triggered easily on grafana)
This commit is contained in:
parent
d5cca90a4d
commit
0233431feb
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ in
|
|||
recommendedZstdSettings = lib.mkDefault true;
|
||||
recommendedProxySettings = lib.mkDefault true;
|
||||
appendHttpConfig = ''
|
||||
limit_req_zone $binary_remote_addr zone=nobots:10m rate=5r/s;
|
||||
limit_req_zone $binary_remote_addr zone=nobots:10m rate=20r/s;
|
||||
map $scheme $hsts_header {
|
||||
https "max-age=63072000; preload";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue