mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"name": "reverse-proxy-singlesite",
|
|
"kinds": ["docker", "autoconf"],
|
|
"delay": 120,
|
|
"timeout": 90,
|
|
"no_copy_container": true,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "https://www.example.com/app1",
|
|
"string": "hello",
|
|
"tls": "www.example.com"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://www.example.com/app2",
|
|
"string": "hello",
|
|
"tls": "www.example.com"
|
|
}
|
|
]
|
|
}
|