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

19 lines
369 B
JSON
Raw Normal View History

{
"name": "reverse-proxy-singlesite",
"kinds": ["docker", "autoconf", "swarm", "linux"],
"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"
}
]
2022-08-17 12:01:18 +00:00
}