A list of backend specifications.
Declarations
Type
list of (submodule)
Example
[
{
params = {
proto = "http/1.1";
redirect-if-not-tls = true;
};
patterns = [
"/"
];
server = {
host = "172.16.0.22";
port = 8443;
};
}
]