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:
parent
6f87f1cca7
commit
5ee2f654fb
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue