From 5f31637a0422b366bf39f82c76a642c8aa508aa1 Mon Sep 17 00:00:00 2001 From: Vadim Lebedev Date: Mon, 18 Nov 2013 08:45:27 -0800 Subject: [PATCH] Update vhost.pp bug fix. User priority for location 400-499, 501-599. Header should have a priority lower than the others. --- manifests/resource/vhost.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/resource/vhost.pp b/manifests/resource/vhost.pp index 15f167f41..2b1ae83e2 100644 --- a/manifests/resource/vhost.pp +++ b/manifests/resource/vhost.pp @@ -260,7 +260,7 @@ 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',