Add proxy_read_timeout
This commit is contained in:
parent
3c7b544b9b
commit
872d5970a8
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ define nginx::resource::location (
|
|||
'index.php'],
|
||||
$proxy = undef,
|
||||
$proxy_redirect = $nginx::params::nx_proxy_redirect,
|
||||
$proxy_read_timeout = $nginx::params::nx_proxy_read_timeout,
|
||||
$proxy_read_timeout = $nginx::config::proxy_read_timeout,
|
||||
$proxy_connect_timeout = $nginx::params::nx_proxy_connect_timeout,
|
||||
$proxy_set_header = $nginx::params::nx_proxy_set_header,
|
||||
$fastcgi = undef,
|
||||
|
|
|
@ -151,7 +151,7 @@ define nginx::resource::vhost (
|
|||
$ssl_trusted_cert = undef,
|
||||
$spdy = $nginx::params::nx_spdy,
|
||||
$proxy = undef,
|
||||
$proxy_read_timeout = $nginx::params::nx_proxy_read_timeout,
|
||||
$proxy_read_timeout = $nginx::config::proxy_read_timeout,
|
||||
$proxy_connect_timeout = $nginx::params::nx_proxy_connect_timeout,
|
||||
$proxy_set_header = [],
|
||||
$proxy_cache = false,
|
||||
|
|
Loading…
Reference in a new issue