Added a listener on 443, should pass travis

This commit is contained in:
lars-hagen
2019-12-25 23:49:24 +01:00
parent 80d234b3c7
commit 1c37f3e514
+8 -1
View File
@@ -225,9 +225,16 @@ listener HTTP {
secure 0
}
listener HTTPS {
address *:443
secure 1
keyFile /usr/local/lsws/admin/conf/webadmin.key
certFile /usr/local/lsws/admin/conf/webadmin.crt
}
vhTemplate centralConfigLog {
templateFile conf/templates/ccl.conf
listeners Default, HTTP
listeners Default, HTTP, HTTPS
member localhost {
vhDomain localhost
}