This commit is contained in:
Lebedev Vadim 2013-05-21 18:41:44 +04:00
parent d7cdd68c63
commit a5ebd57b3b
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,8 @@ class nginx (
$worker_processes = $nginx::params::nx_worker_processes,
$worker_connections = $nginx::params::nx_worker_connections,
$proxy_set_header = $nginx::params::nx_proxy_set_header,
$proxy_http_version = $nginx::params::nx_proxy_http_version, $confd_purge = $nginx::params::nx_confd_purge,
$proxy_http_version = $nginx::params::nx_proxy_http_version,
$confd_purge = $nginx::params::nx_confd_purge,
$proxy_cache_path = $nginx::params::nx_proxy_cache_path,
$proxy_cache_levels = $nginx::params::nx_proxy_cache_levels,
$proxy_cache_keys_zone = $nginx::params::nx_proxy_cache_keys_zone,

View file

@ -83,8 +83,7 @@ define nginx::resource::location (
$proxy_cache = false,
$proxy_cache_valid = false,
$auth_basic = undef,
$auth_basic_user_file = undef,
$location
$auth_basic_user_file = undef
) {
File {
owner => 'root',