Refine http redirect checks for master
This commit is contained in:
parent
efa641a8e5
commit
431b32502f
1 changed files with 9 additions and 1 deletions
|
@ -14,8 +14,16 @@ object Host "beholder" {
|
|||
disk_partitions = "/boot/efi"
|
||||
}
|
||||
|
||||
vars.http_vhosts["http redirect"] = {
|
||||
vars.http_vhosts["http redirect v4"] = {
|
||||
http_uri = "/"
|
||||
http_vhost = "beholder.cacert.org"
|
||||
http_headerstring = "Location: https://beholder.cacert.org/"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue