Merge pull request #700 from alphagov/default_proxy_headers

Update vhost proxy_set_header defaults to match location
This commit is contained in:
James Fryman 2015-11-02 13:39:44 -06:00
commit cae1e8f17a

View file

@ -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,