Update http_proxy_connect_module_generic to allow HTTP CONNECT in NGINX v1.26 & v1.27#351880
Draft
FrostKiwi wants to merge 2 commits into
Draft
Update http_proxy_connect_module_generic to allow HTTP CONNECT in NGINX v1.26 & v1.27#351880FrostKiwi wants to merge 2 commits into
FrostKiwi wants to merge 2 commits into
Conversation
FliegendeWurst
requested changes
Nov 3, 2024
FliegendeWurst
left a comment
Member
There was a problem hiding this comment.
Please make sure your commit messages follow CONTRIBUTING.md
Did you test the new version with Nginx 1.24 up to 1.27?
Author
I'll align with those instructions 👍
Some, not all of them. The patch didn't change a single letter since |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Nginx has
nixpkgs/nixos/modules/services/web-servers/nginx/default.nix
Line 661 in cd3e883
to allow additional modules. Among those is https://github.com/chobits/ngx_http_proxy_connect_module , which allows
HTTP_CONNECT, a highly important yet basic HTTP command for many proxy setups. But NixOS's nginx only defined that module to be used up to nginxv1.25. With the nginx in the main nixos channel beingv1.26, this broke installation where this module was used.With commit chobits/ngx_http_proxy_connect_module@4f0b6c2 support for up to nginx
v1.27.1was added. This small PR allows this to be setup with NixOS's official option for that by merely bumping the allowed versions + commit and hash.As for now, I use a custom patch in my NixOS config to allow support for that module:
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.