nixos/nginx: add extraParameters to http3 protocol
This commit is contained in:
parent
c508da303b
commit
e87240e216
1 changed files with 1 additions and 0 deletions
|
@ -260,6 +260,7 @@ let
|
|||
listen ${addr}:${toString port} http3 "
|
||||
+ optionalString vhost.default "default_server "
|
||||
+ optionalString vhost.reuseport "reuseport "
|
||||
+ optionalString (extraParameters != []) (concatStringsSep " " extraParameters)
|
||||
+ ";" else "")
|
||||
+ "
|
||||
|
||||
|
|
Loading…
Reference in a new issue