mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-15 04:58:36 +00:00
23 lines
No EOL
353 B
JSON
23 lines
No EOL
353 B
JSON
{
|
|
"name": "reverse-proxy-multisite",
|
|
"kinds": [
|
|
"docker",
|
|
"autoconf",
|
|
"swarm",
|
|
"kubernetes"
|
|
],
|
|
"timeout": 60,
|
|
"delay": 60,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "https://app1.example.com",
|
|
"string": "hello"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app2.example.com",
|
|
"string": "hello"
|
|
}
|
|
]
|
|
} |