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

23 lines
353 B
JSON
Raw Normal View History

{
"name": "reverse-proxy-multisite",
"kinds": [
"docker",
"autoconf",
"swarm",
"kubernetes"
],
"timeout": 60,
2022-08-05 12:17:38 +00:00
"delay": 60,
"tests": [
{
"type": "string",
"url": "https://app1.example.com",
"string": "hello"
},
{
"type": "string",
"url": "https://app2.example.com",
"string": "hello"
}
]
}