bunkerweb/examples/reverse-proxy-multisite/tests.json
2022-10-19 17:37:13 +02:00

18 lines
360 B
JSON

{
"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"
}
]
}