nginx: enable KTLS
This commit is contained in:
parent
404b321251
commit
aa7e3b4fc8
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
|||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
package = pkgs.nginxQuic;
|
||||
package = pkgs.nginxQuic.override {
|
||||
withKTLS = true;
|
||||
};
|
||||
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
|
|
Loading…
Reference in a new issue