Merge pull request #700 from alphagov/default_proxy_headers
Update vhost proxy_set_header defaults to match location
This commit is contained in:
commit
cae1e8f17a
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ define nginx::resource::vhost (
|
|||
$proxy_redirect = undef,
|
||||
$proxy_read_timeout = $::nginx::config::proxy_read_timeout,
|
||||
$proxy_connect_timeout = $::nginx::config::proxy_connect_timeout,
|
||||
$proxy_set_header = [],
|
||||
$proxy_set_header = $::nginx::config::proxy_set_header,
|
||||
$proxy_cache = false,
|
||||
$proxy_cache_key = undef,
|
||||
$proxy_cache_use_stale = undef,
|
||||
|
|
Loading…
Reference in a new issue