]> git.openstreetmap.org Git - chef.git/commitdiff
Configure request timeouts on web frontends
authorTom Hughes <tom@compton.nu>
Thu, 6 Oct 2022 19:46:55 +0000 (20:46 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 6 Oct 2022 19:46:55 +0000 (20:46 +0100)
cookbooks/web/templates/default/apache.frontend.erb

index 91304f497bf5f07057bfa3205b49fc3561ca3c28..c3309cd23b6a671998e81f7bc7c445d5244a4ca6 100644 (file)
   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
   #