Skip to content

Commit

Permalink
Fixes #30802: Set proxy timeout to 15 minutes
Browse files Browse the repository at this point in the history
This sets the Foreman HTTPs reverse proxy timeout to 15 minutes to
give a cushion for some requests (such as provisioning) that can
keep an open request for 10+ minutes. This sets a sane default and
users can then tune it to their own infrastructure needs.
  • Loading branch information
ehelms authored and ekohl committed Sep 9, 2020
1 parent 4548bcc commit ff05855
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/foreman.hiera/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ dhcp::config_comment: |
foreman-installer. Use custom-hiera.yaml for multiple subnets.

mongodb::server::set_parameter: "{diagnosticDataCollectionEnabled: false}"

foreman::config::apache::proxy_params:
retry: '0'
timeout: '900'

0 comments on commit ff05855

Please sign in to comment.