nginx: explicitly use stable version

Also updates the documention of the NixOS option `services.nginx.package`
that upstream recommends using the mainline version instead.

Fixes #21665.
This commit is contained in:
Franz Pletz
2017-03-20 20:04:09 +01:00
parent 337f731c2b
commit c13922f012
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -62,6 +62,6 @@ stdenv.mkDerivation {
homepage = http://nginx.org;
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ thoughtpolice raskin ];
maintainers = with maintainers; [ thoughtpolice raskin fpletz ];
};
}