mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 23:31:35 +09:00
Added a listener on 443, should pass travis
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user