services.nghttpx.backends.*.server
NixOS option
Backend server location specified as either a host:port pair or a unix domain docket.
type: (submodule) or absolute pathDefault
{
host = "127.0.0.1";
port = 80;
}Example
declared in: nixos/modules/services/networking/nghttpx/nghttpx-options.nixView source on NixOS/nixpkgs →{
host = "127.0.0.1";
port = 8888;
}