Merge pull request #285 from TracyWebTech/master
Removing default.conf and example_ssl.conf
This commit is contained in:
commit
e20a343a7a
1 changed files with 8 additions and 0 deletions
|
@ -130,6 +130,14 @@ class nginx::config(
|
|||
content => template($proxy_conf_template),
|
||||
}
|
||||
|
||||
file { "${nginx::params::nx_conf_dir}/conf.d/default.conf":
|
||||
ensure => absent,
|
||||
}
|
||||
|
||||
file { "${nginx::params::nx_conf_dir}/conf.d/example_ssl.conf":
|
||||
ensure => absent,
|
||||
}
|
||||
|
||||
file { "${nginx::config::nx_temp_dir}/nginx.d":
|
||||
ensure => absent,
|
||||
purge => true,
|
||||
|
|
Loading…
Reference in a new issue