mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
20 lines
408 B
JSON
20 lines
408 B
JSON
{
|
|
"name": "reverse-proxy-multisite",
|
|
"kinds": ["docker", "autoconf", "kubernetes"],
|
|
"timeout": 90,
|
|
"delay": 90,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "https://app1.example.com",
|
|
"string": "hello",
|
|
"tls": "app1.example.com"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app2.example.com",
|
|
"string": "hello",
|
|
"tls": "app2.example.com"
|
|
}
|
|
]
|
|
}
|