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;
|
extraConfig = (lib.optionalString (builtins.hasAttr "extraConfig" vhostCfg) vhostCfg.extraConfig) + "\n" + extraConfig;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
#kTLS = true;
|
#kTLS = true;
|
||||||
#http3 = true;
|
http3 = true;
|
||||||
#quic = true;
|
quic = true;
|
||||||
} //
|
} //
|
||||||
lib.optionalAttrs (!(builtins.hasAttr "useACMEHost" vhostCfg)) {
|
lib.optionalAttrs (!(builtins.hasAttr "useACMEHost" vhostCfg)) {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Reference in a new issue