Skip to content

Commit

Permalink
Tighten timeouts and log request timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 18, 2024
1 parent 6f37be3 commit ab4b82d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cookbooks/web/templates/default/apache.frontend.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ ErrorLog /var/log/apache2/error.log
#
# Configure timeouts
#
RequestReadTimeout handshake=20-40,MinRate=500 header=20-40,MinRate=500 body=20,MinRate=500
TimeOut 10
RequestReadTimeout handshake=10-20,MinRate=500 header=10-20,MinRate=500 body=10-120,MinRate=500
LogLevel reqtimeout:info

#
# Add the unique ID to the request headers
Expand Down

0 comments on commit ab4b82d

Please sign in to comment.