Merge pull request #125174 from vincentbernat/fix/nginx-dead-link
nginx: fix link to discussion explaining why "with" is not used
This commit is contained in:
commit
b9543977f8
@ -19279,7 +19279,7 @@ in
|
|||||||
zlib = zlib-ng.override { withZlibCompat = true; };
|
zlib = zlib-ng.override { withZlibCompat = true; };
|
||||||
withPerl = false;
|
withPerl = false;
|
||||||
# We don't use `with` statement here on purpose!
|
# We don't use `with` statement here on purpose!
|
||||||
# See https://github.com/NixOS/nixpkgs/pull/10474/files#r42369334
|
# See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334
|
||||||
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
|
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
|
||||||
# Use latest boringssl to allow http3 support
|
# Use latest boringssl to allow http3 support
|
||||||
openssl = boringssl;
|
openssl = boringssl;
|
||||||
@ -19289,7 +19289,7 @@ in
|
|||||||
zlib = zlib-ng.override { withZlibCompat = true; };
|
zlib = zlib-ng.override { withZlibCompat = true; };
|
||||||
withPerl = false;
|
withPerl = false;
|
||||||
# We don't use `with` statement here on purpose!
|
# We don't use `with` statement here on purpose!
|
||||||
# See https://github.com/NixOS/nixpkgs/pull/10474/files#r42369334
|
# See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334
|
||||||
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
|
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -19297,7 +19297,7 @@ in
|
|||||||
zlib = zlib-ng.override { withZlibCompat = true; };
|
zlib = zlib-ng.override { withZlibCompat = true; };
|
||||||
withPerl = false;
|
withPerl = false;
|
||||||
# We don't use `with` statement here on purpose!
|
# We don't use `with` statement here on purpose!
|
||||||
# See https://github.com/NixOS/nixpkgs/pull/10474/files#r42369334
|
# See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334
|
||||||
modules = [ nginxModules.dav nginxModules.moreheaders ];
|
modules = [ nginxModules.dav nginxModules.moreheaders ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user