require vhost folder
This commit is contained in:
parent
23fe0404c8
commit
72bb663caf
1 changed files with 5 additions and 4 deletions
|
@ -499,6 +499,7 @@ define nginx::resource::vhost (
|
||||||
group => $group,
|
group => $group,
|
||||||
mode => $mode,
|
mode => $mode,
|
||||||
notify => Class['::nginx::service'],
|
notify => Class['::nginx::service'],
|
||||||
|
require => File[$vhost_dir]
|
||||||
}
|
}
|
||||||
|
|
||||||
$ssl_only = ($ssl == true) and ($ssl_port == $listen_port)
|
$ssl_only = ($ssl == true) and ($ssl_port == $listen_port)
|
||||||
|
|
Loading…
Reference in a new issue