Skip to content

Commit

Permalink
Add a connection rate limit to the web frontends
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 9, 2024
1 parent 08a2e7f commit e66dcd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/web-frontend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
:memcached => {
:memory_limit => 8192
},
:networking => {
:firewall => {
:http_rate_limit => "s:5/sec:30"
}
},
:passenger => {
:max_pool_size => 50
},
Expand Down

0 comments on commit e66dcd5

Please sign in to comment.