]> git.openstreetmap.org Git - chef.git/commitdiff
Partial Revert "Tighten timeouts and log request timeouts" master
authorGrant Slater <github@firefishy.com>
Thu, 30 May 2024 20:39:41 +0000 (21:39 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 30 May 2024 20:42:30 +0000 (21:42 +0100)
This is a partially reverts commit ab4b82d3ca1eb1be198b331203f3505c4a043b59.

cookbooks/web/templates/default/apache.frontend.erb

index 4ee4c459cf769eef7dc17cab194eb154d5e9e09c..fb677769e6a3e15220dd50be03256fb7fd43973e 100644 (file)
@@ -35,8 +35,7 @@ ErrorLog /var/log/apache2/error.log
   #
   # Configure timeouts
   #
   #
   # Configure timeouts
   #
-  TimeOut 10
-  RequestReadTimeout handshake=10-20,MinRate=500 header=10-20,MinRate=500 body=10-120,MinRate=500
+  RequestReadTimeout handshake=20-40,MinRate=500 header=20-40,MinRate=500 body=20-120,MinRate=500
   LogLevel reqtimeout:info
 
   #
   LogLevel reqtimeout:info
 
   #