mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
nginxQuic: use quictls library
This commit is contained in:
parent
921a58b8bc
commit
0f67b51e35
@ -21048,7 +21048,7 @@ with pkgs;
|
|||||||
# See https://github.com/NixOS/nixpkgs/pull/10474#discussion_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 = quictls;
|
||||||
};
|
};
|
||||||
|
|
||||||
nginxStable = callPackage ../servers/http/nginx/stable.nix {
|
nginxStable = callPackage ../servers/http/nginx/stable.nix {
|
||||||
|
Loading…
Reference in New Issue
Block a user