services.nginx.virtualHosts
Declarative vhost config
- Type
attribute set of (submodule)- Default
{ localhost = { }; }- Example
{ "hydra.example.com" = { forceSSL = true; enableACME = true; locations."/" = { proxyPass = "http://localhost:3000"; }; }; };- Declared
- <nixpkgs/nixos/modules/services/web-servers/nginx/default.nix>