bunkerweb/examples/proxy-protocol/tests.json
Jordan Blasenhauer 86cb619b5f add bunkerweb 1.6
2024-07-01 11:21:54 +02:00

13 lines
203 B
JSON

{
"name": "proxy-protocol",
"kinds": ["docker"],
"delay": 30,
"timeout": 60,
"tests": [
{
"type": "string",
"url": "http://www.example.com",
"string": "hello"
}
]
}