apache: Add support for port based SSL virtual hosts

This commit is contained in:
Ossi Salmi 2013-09-24 15:11:12 +03:00
parent 379ca62a5f
commit 53a0422843
4 changed files with 22 additions and 8 deletions

View file

@ -184,7 +184,7 @@ class apache::debian::sslserver inherits apache::debian::common {
}
define apache::debian::sslsite($first, $hsts, $ipaddr, $root,
define apache::debian::sslsite($first, $hsts, $ipaddr, $port, $root,
$ssl_cert, $ssl_key, $ssl_chain, $proxy) {
if $name == "default" {