3
0
Fork 0
forked from mirrors/nixpkgs

nginxQuic: use quictls library

This commit is contained in:
Izorkin 2021-12-08 16:54:52 +03:00
parent 921a58b8bc
commit 0f67b51e35
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

View file

@ -21048,7 +21048,7 @@ with pkgs;
# See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
# Use latest boringssl to allow http3 support
openssl = boringssl;
openssl = quictls;
};
nginxStable = callPackage ../servers/http/nginx/stable.nix {