mempool: use recommendedBrotliSettings

This commit is contained in:
Erik Arvstedt
2023-12-12 11:22:38 +01:00
parent 1676445a51
commit be2028f2e8
+1
View File
@@ -306,6 +306,7 @@ in {
services.nginx = mkIf cfg.frontend.enable { services.nginx = mkIf cfg.frontend.enable {
enable = true; enable = true;
enableReload = true; enableReload = true;
recommendedBrotliSettings = true;
recommendedGzipSettings = true; recommendedGzipSettings = true;
recommendedOptimisation = true; recommendedOptimisation = true;
recommendedProxySettings = true; recommendedProxySettings = true;