MyNixOS website logo
option

services.nghttpx.frontends

A list of frontend listener specifications.

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