apache: Add support for port based SSL virtual hosts
This commit is contained in:
parent
379ca62a5f
commit
53a0422843
4 changed files with 22 additions and 8 deletions
|
@ -223,7 +223,7 @@ class apache::redhat::sslserver {
|
|||
}
|
||||
|
||||
|
||||
define apache::redhat::sslsite($first, $hsts, $ipaddr, $root,
|
||||
define apache::redhat::sslsite($first, $hsts, $ipaddr, $port, $root,
|
||||
$ssl_cert, $ssl_key, $ssl_chain, $proxy) {
|
||||
|
||||
if $name == "default" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue