Skip to content

Commit

Permalink
fix: fix requests limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikitabut committed Oct 20, 2023
1 parent dbd6a01 commit 8f7d289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ http {
gzip_comp_level 4;
server_tokens off;

limit_req_zone $binary_remote_addr zone=slimits:5m rate=5r/s;
limit_req_zone $binary_remote_addr zone=slimits:5m rate=100r/s;
limit_conn_zone $binary_remote_addr zone=connlimits:5m;

include /etc/nginx/conf.d/*.conf;
Expand Down

0 comments on commit 8f7d289

Please sign in to comment.