bunkerweb/examples/reverse-proxy-websocket/tests.json.temp

19 lines
No EOL
292 B
Text

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