Skip to content

Commit

Permalink
Update vhost.pp
Browse files Browse the repository at this point in the history
bug fix. 
User priority for location 400-499, 501-599.
Header should have a priority lower than the others.
  • Loading branch information
abraham1901 committed Nov 18, 2013
1 parent 1682c81 commit 5f31637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/resource/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5f31637

Please sign in to comment.