services.nghttpx.backends.*.params
Parameters to configure a backend.
- Type
null or (submodule)- Default
null- Example
{ proto = "h2"; tls = true; }- Declared
- <nixpkgs/nixos/modules/services/networking/nghttpx/nghttpx-options.nix>
Parameters to configure a backend.
null or (submodule)null{
proto = "h2";
tls = true;
}