bunkerweb/examples/reverse-proxy-singlesite/tests.json
2022-07-25 14:59:58 +02:00

22 lines
No EOL
354 B
JSON

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