Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 81e2fb53038d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b511664a745d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 29, 2019

  1. 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
    Ma27 committed Mar 29, 2019
    Copy the full SHA
    37867db View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Merge pull request #54420 from Ma27/package-nginx-http-proxy-connect-…

    …module
    
    nginxModules.http_proxy_connect_module: init
    infinisil committed Mar 30, 2019
    Copy the full SHA
    b511664 View commit details
    Browse the repository at this point in the history