Update vhost.pp

bug fix. 
User priority for location 400-499, 501-599.
Header should have a priority lower than the others.
This commit is contained in:
Vadim Lebedev 2013-11-18 08:45:27 -08:00
parent 6f87f1cca7
commit 5ee2f654fb

View file

@ -260,7 +260,7 @@ define nginx::resource::vhost (
undef => "${nginx::params::nx_logdir}/ssl-${domain_log_name}.error.log",
default => $error_log,
}
file { "${nginx::config::nx_temp_dir}/nginx.d/${name}-700-ssl":
file { "${nginx::config::nx_temp_dir}/nginx.d/${name}-300-ssl":
ensure => $ensure ? {
'absent' => absent,
default => 'file',