bunkerweb/examples/reverse-proxy-multisite/tests.json
2024-01-05 09:37:18 +01:00

20 lines
417 B
JSON

{
"name": "reverse-proxy-multisite",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"timeout": 60,
"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"
}
]
}