Skip to content

Commit e6fac1d

Browse files
committed
fix?(flake): remove rate limiting
1 parent d3a4b47 commit e6fac1d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flake.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
events {}
4848
4949
http {
50-
limit_req_zone $binary_remote_addr zone=api:40m rate=20000r/s;
51-
5250
server {
5351
listen 80;
5452
@@ -67,7 +65,6 @@
6765
add_header 'Access-Control-Allow-Headers' '*';
6866
add_header 'Access-Control-Allow-Methods' '*';
6967
70-
limit_req zone=api burst=50000 nodelay;
7168
proxy_pass http://localhost:8080/;
7269
}
7370
}

0 commit comments

Comments
 (0)