nixpkgs/pkgs/servers/http/nginx
Maximilian Bosch 37867dba74
nginxModules.http_proxy_connect_module: init
This adds the nginx module `ngx_http_proxy_connect_module` which allows
to tunnel HTTPS through an nginx proxy[1].

As this module contained patches for several nginx version, some minor
adjustments were needed:

* Allowed each entry in `nginxModules` to provide patches.

* Added an optional `supports` attribute to ensure that each module can
  determine if it supports the currently built nginx version (e.g. stable
  1.14 ATM or mainline 1.15 ATM).

[1] https://github.com/chobits/ngx_http_proxy_connect_module
2019-03-29 23:53:09 +01:00
..
generic.nix nginxModules.http_proxy_connect_module: init 2019-03-29 23:53:09 +01:00
mainline.nix nginxMainline: 1.15.8 -> 1.15.9 (#56416) 2019-02-28 22:13:35 +01:00
mainline.upstream
modules.nix nginxModules.http_proxy_connect_module: init 2019-03-29 23:53:09 +01:00
stable.nix nginx: 1.14.1 -> 1.14.2 2018-12-05 10:56:06 -06:00
stable.upstream