nginx: enable http3
This commit is contained in:
parent
03c32f38d0
commit
1f9545201e
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
extraConfig = (lib.optionalString (builtins.hasAttr "extraConfig" vhostCfg) vhostCfg.extraConfig) + "\n" + extraConfig;
|
||||
forceSSL = true;
|
||||
#kTLS = true;
|
||||
#http3 = true;
|
||||
#quic = true;
|
||||
http3 = true;
|
||||
quic = true;
|
||||
} //
|
||||
lib.optionalAttrs (!(builtins.hasAttr "useACMEHost" vhostCfg)) {
|
||||
enableACME = true;
|
||||
|
|
Loading…
Reference in a new issue