A list of frontend listener specifications.
Declarations
Type
list of (submodule)
Example
[
{
params = {
tls = "no-tls";
};
server = {
host = "*";
port = 80;
};
}
]
A list of frontend listener specifications.
list of (submodule)
[
{
params = {
tls = "no-tls";
};
server = {
host = "*";
port = 80;
};
}
]