|
|
@ -225,9 +225,16 @@ listener HTTP {
|
|
|
|
secure 0
|
|
|
|
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 {
|
|
|
|
vhTemplate centralConfigLog {
|
|
|
|
templateFile conf/templates/ccl.conf
|
|
|
|
templateFile conf/templates/ccl.conf
|
|
|
|
listeners Default, HTTP
|
|
|
|
listeners Default, HTTP, HTTPS
|
|
|
|
member localhost {
|
|
|
|
member localhost {
|
|
|
|
vhDomain localhost
|
|
|
|
vhDomain localhost
|
|
|
|
}
|
|
|
|
}
|
|
|
|