nixos/nginx: add extraParameters to http3 protocol

This commit is contained in:
Izorkin 2022-03-07 15:49:43 +03:00 committed by Yuka
parent c508da303b
commit e87240e216

View file

@ -260,6 +260,7 @@ let
listen ${addr}:${toString port} http3 "
+ optionalString vhost.default "default_server "
+ optionalString vhost.reuseport "reuseport "
+ optionalString (extraParameters != []) (concatStringsSep " " extraParameters)
+ ";" else "")
+ "