22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-14 03:46:57 +02:00

nginx: enable zstd compression

This commit is contained in:
Sandro - 2023-02-01 01:12:49 +01:00
parent ca7bcda412
commit 774181f729
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -76,6 +76,7 @@ in
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedZstdSettings = true;
}))
];
};