Skip to content

Commit

Permalink
Merge pull request voxpupuli#1138 from rudybroersma/rudybroersma-seco…
Browse files Browse the repository at this point in the history
…ndspatch

Suffix timeout values with second indicator
  • Loading branch information
alexjfisher committed Oct 27, 2017
2 parents 20a4a4d + 2ce5216 commit c2ccdf2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
$accept_mutex_delay = '500ms',
$client_body_buffer_size = '128k',
String $client_max_body_size = '10m',
$client_body_timeout = '60',
$send_timeout = '60',
$lingering_timeout = '5',
$client_body_timeout = '60s',
$send_timeout = '60s',
$lingering_timeout = '5s',
Optional[String] $events_use = undef,
String $fastcgi_cache_inactive = '20m',
Optional[String] $fastcgi_cache_key = undef,
Expand All @@ -88,7 +88,7 @@
Optional[Variant[Array[String], String]] $http_raw_append = undef,
$http_tcp_nodelay = 'on',
$http_tcp_nopush = 'off',
$keepalive_timeout = '65',
$keepalive_timeout = '65s',
$keepalive_requests = '100',
$log_format = {},
Boolean $mail = false,
Expand All @@ -108,12 +108,12 @@
Optional[String] $proxy_cache_loader_sleep = undef,
Optional[String] $proxy_cache_loader_threshold = undef,
Optional[Enum['on', 'off']] $proxy_use_temp_path = undef,
$proxy_connect_timeout = '90',
$proxy_connect_timeout = '90s',
Integer $proxy_headers_hash_bucket_size = 64,
Optional[String] $proxy_http_version = undef,
$proxy_read_timeout = '90',
$proxy_read_timeout = '90s',
$proxy_redirect = undef,
$proxy_send_timeout = '90',
$proxy_send_timeout = '90s',
Array $proxy_set_header = [
'Host $host',
'X-Real-IP $remote_addr',
Expand Down

0 comments on commit c2ccdf2

Please sign in to comment.