Fix boolean true syntax
This commit is contained in:
parent
431b32502f
commit
296861f2f5
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@ object Host "beholder" {
|
|||
http_uri = "/"
|
||||
http_vhost = "beholder.cacert.org"
|
||||
http_headerstring = "Location: https://beholder.cacert.org/"
|
||||
http_ipv4 = True
|
||||
http_ipv4 = true
|
||||
}
|
||||
vars.http_vhosts["http redirect v6"] = {
|
||||
http_uri = "/"
|
||||
http_vhost = "beholder.cacert.org"
|
||||
http_headerstring = "Location: https://beholder.cacert.org/"
|
||||
http_ipv6 = True
|
||||
http_ipv6 = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue