mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"name": "behind-reverse-proxy",
|
|
"kinds": ["docker", "linux"],
|
|
"timeout": 150,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "http://www.example.com",
|
|
"string": "hello"
|
|
}
|
|
]
|
|
}
|