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

19 lines
360 B
JSON
Raw Normal View History

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