1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/servers/http
Vincent Bernat 33802e9ed8 nginx: expose list of additional modules (#53897)
Currently, it seems there is no easy way to override package to add
modules. For example, if we want to add the `ipscrub` module, we can
do:

    pkgs.nginxStable.override {
      modules = [ pkgs.nginxModules.ipscrub ];
    };

But, then, we loose `rtmp`, `dav` and `moreheaders` which are defined
in `all-packages.nix`. With this modification, we can now do:

    pkgs.nginxStable.override {
      modules = pkg.nginxStable.passthru.modules ++ [ pkgs.nginxModules.ipscrub ];
    };
2019-01-31 02:15:14 +02:00
..
4store
apache-httpd
apache-modules
apt-cacher-ng
couchdb couchdb2: 2.2.0 -> 2.3.0 2018-12-25 23:16:34 -08:00
darkhttpd
gatling
h2o
hiawatha
hyp
jboss
jetty
lighttpd lighttpd: fix tests on Linux 2019-01-11 11:46:23 +01:00
lwan
micro-httpd
mini-httpd
myserver Treewide: use HTTPS on GNU domains 2018-12-02 15:51:59 +01:00
nginx nginx: expose list of additional modules (#53897) 2019-01-31 02:15:14 +02:00
nix-binary-cache
openresty
pshs
redstore
spawn-fcgi
tengine tengine: 2.2.2 -> 2.2.3 (security) 2019-01-17 13:26:55 +01:00
thttpd
tomcat tomcat: update minor versions 2018-12-05 11:32:20 +01:00
unit unit: 1.6 -> 1.7 2018-12-22 11:23:38 +03:00
webfs
webhook
winstone
yaws