services.nginx.package

NixOS option

Nginx package to use. This defaults to the stable version. Note that the nginx team recommends to use the mainline version which available in nixpkgs as nginxMainline. Supported Nginx forks include angie, openresty and tengine.

type: package
Default
pkgs.nginxStable
declared in: nixos/modules/services/web-servers/nginx/default.nixView source on NixOS/nixpkgs →