From: Tom Hughes Date: Thu, 6 Oct 2022 19:46:55 +0000 (+0100) Subject: Configure request timeouts on web frontends X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/de170d3f58a86d561097a6afc28f3ec65a7b7f43 Configure request timeouts on web frontends --- 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 #