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 Nov 14, 2023
1 parent d7d3338 commit cb92e09
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 cb92e09

Please sign in to comment.