2022-07-24 16:23:20 +00:00
|
|
|
{
|
2022-10-19 15:37:13 +00:00
|
|
|
"name": "reverse-proxy-multisite",
|
2025-09-16 07:19:13 +00:00
|
|
|
"kinds": ["docker", "autoconf", "kubernetes"],
|
2025-10-02 08:21:19 +00:00
|
|
|
"timeout": 120,
|
2023-08-07 11:39:26 +00:00
|
|
|
"delay": 90,
|
2022-10-19 15:37:13 +00:00
|
|
|
"tests": [
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"url": "https://app1.example.com",
|
2024-01-05 08:37:18 +00:00
|
|
|
"string": "hello",
|
|
|
|
|
"tls": "app1.example.com"
|
2022-10-19 15:37:13 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"url": "https://app2.example.com",
|
2024-01-05 08:37:18 +00:00
|
|
|
"string": "hello",
|
|
|
|
|
"tls": "app2.example.com"
|
2022-10-19 15:37:13 +00:00
|
|
|
}
|
|
|
|
|
]
|
2022-08-17 12:01:18 +00:00
|
|
|
}
|