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

22 lines
440 B
JSON
Raw Normal View History

{
"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",
2024-01-05 08:37:18 +00:00
"string": "hello",
"tls": "www.example.com"
},
{
"type": "string",
"url": "https://www.example.com/app2",
2024-01-05 08:37:18 +00:00
"string": "hello",
"tls": "www.example.com"
}
]
2022-08-17 12:01:18 +00:00
}