Changed launch command, and loop that checks if ols is running

This commit is contained in:
lars-hagen
2020-01-14 21:08:40 +01:00
parent 97be7af1ee
commit 2c920625a6
4 changed files with 18 additions and 6 deletions
+3
View File
@@ -235,6 +235,9 @@ listener HTTPS {
vhTemplate centralConfigLog {
templateFile conf/templates/ccl.conf
listeners Default, HTTP, HTTPS
member example3.com {
vhDomain example3.com,www.example3.com
}
member localhost {
vhDomain localhost, *
+4 -3
View File
@@ -235,11 +235,12 @@ listener HTTPS {
vhTemplate centralConfigLog {
templateFile conf/templates/ccl.conf
listeners Default, HTTP, HTTPS
member larshagen.net {
vhDomain larshagen.net
member example3.com {
vhDomain example3.com,www.example3.com
}
member localhost {
vhDomain localhost
vhDomain localhost, *
}
}