bunkerweb/examples/tomcat/tests.json

14 lines
250 B
JSON

{
"name": "tomcat",
"kinds": ["docker", "autoconf", "swarm"],
"timeout": 60,
"delay": 60,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "tomcat",
"tls": "www.example.com"
}
]
}