bunkerweb/examples/wordpress/tests.json

16 lines
287 B
JSON
Raw Permalink Normal View History

{
"name": "wordpress",
"kinds": ["docker", "autoconf", "linux"],
"timeout": 120,
"delay": 120,
"no_copy_container": true,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
2024-01-05 08:37:18 +00:00
"string": "wordpress",
"tls": "www.example.com"
}
]
2022-08-17 12:01:18 +00:00
}