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

21 lines
440 B
JSON

{
"name": "reverse-proxy-singlesite",
"kinds": ["docker", "autoconf", "swarm"],
"delay": 120,
"timeout": 60,
"no_copy_container": true,
"tests": [
{
"type": "string",
"url": "https://www.example.com/app1",
"string": "hello",
"tls": "www.example.com"
},
{
"type": "string",
"url": "https://www.example.com/app2",
"string": "hello",
"tls": "www.example.com"
}
]
}