2022-07-24 16:23:20 +00:00
|
|
|
{
|
2022-10-19 15:37:13 +00:00
|
|
|
"name": "reverse-proxy-singlesite",
|
2023-08-31 13:14:12 +00:00
|
|
|
"kinds": ["docker", "autoconf", "swarm"],
|
2023-08-08 11:06:18 +00:00
|
|
|
"delay": 120,
|
2022-10-19 15:37:13 +00:00
|
|
|
"timeout": 60,
|
|
|
|
|
"no_copy_container": true,
|
|
|
|
|
"tests": [
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"url": "https://www.example.com/app1",
|
2024-01-05 08:37:18 +00:00
|
|
|
"string": "hello",
|
|
|
|
|
"tls": "www.example.com"
|
2022-10-19 15:37:13 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"url": "https://www.example.com/app2",
|
2024-01-05 08:37:18 +00:00
|
|
|
"string": "hello",
|
|
|
|
|
"tls": "www.example.com"
|
2022-10-19 15:37:13 +00:00
|
|
|
}
|
|
|
|
|
]
|
2022-08-17 12:01:18 +00:00
|
|
|
}
|