From de170d3f58a86d561097a6afc28f3ec65a7b7f43 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 6 Oct 2022 20:46:55 +0100 Subject: [PATCH 1/1] Configure request timeouts on web frontends --- cookbooks/web/templates/default/apache.frontend.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cookbooks/web/templates/default/apache.frontend.erb b/cookbooks/web/templates/default/apache.frontend.erb index 91304f497..c3309cd23 100644 --- a/cookbooks/web/templates/default/apache.frontend.erb +++ b/cookbooks/web/templates/default/apache.frontend.erb @@ -29,6 +29,11 @@ ExpiresActive On RewriteEngine on + # + # Configure timeouts + # + RequestReadTimeout handshake=20-40,MinRate=500 header=20-40,MinRate=500 body=20,MinRate=500 + # # Add the unique ID to the request headers # -- 2.45.2