Skip to content

Commit

Permalink
Tighten mod_evasive restrictions for the main site
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jun 13, 2024
1 parent 25eb925 commit 987e3b9
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 @@ -4,6 +4,11 @@
default_attributes(
:apache => {
:mpm => "event",
:evasive => {
:page_count => 30,
:site_count => 100,
:blockng_period => 30
},
:event => {
:server_limit => 20,
:max_request_workers => 1000,
Expand Down

0 comments on commit 987e3b9

Please sign in to comment.