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