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

24 lines
No EOL
364 B
JSON

{
"name": "autoconf-reverse-proxy",
"kinds": [
"autoconf"
],
"timeout": 60,
"tests": [
{
"type": "string",
"url": "https://app1.example.com",
"string": "hello"
},
{
"type": "string",
"url": "https://app2.example.com",
"string": "hello"
},
{
"type": "string",
"url": "https://app3.example.com",
"string": "hello"
}
]
}