services.nghttpx.frontends

A list of frontend listener specifications.

Type
list of (submodule)
Example
[
  {
    params = {
      tls = "no-tls";
    };
    server = {
      host = "*";
      port = 80;
    };
  }
]
Declared
<nixpkgs/nixos/modules/services/networking/nghttpx/nghttpx-options.nix>