bunkerweb/examples/reverse-proxy-multisite/tests.json

21 lines
409 B
JSON
Raw Permalink Normal View History

{
"name": "reverse-proxy-multisite",
"kinds": ["docker", "autoconf", "kubernetes"],
"timeout": 120,
2023-08-07 11:39:26 +00:00
"delay": 90,
"tests": [
{
"type": "string",
"url": "https://app1.example.com",
2024-01-05 08:37:18 +00:00
"string": "hello",
"tls": "app1.example.com"
},
{
"type": "string",
"url": "https://app2.example.com",
2024-01-05 08:37:18 +00:00
"string": "hello",
"tls": "app2.example.com"
}
]
2022-08-17 12:01:18 +00:00
}