mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-06 14:58:37 +00:00
22 lines
404 B
JSON
22 lines
404 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"
|
|
}
|
|
]
|
|
}
|