Skip to content

Commit aeaa633

Browse files
committed
Enable recommended gzip settings
1 parent b701daa commit aeaa633

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎hosts/spore/services/web/nginx-config.nix‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
enable = true;
1010
recommendedProxySettings = true;
1111
recommendedTlsSettings = true;
12+
recommendedGzipSettings = true;
1213
additionalModules = [pkgs.nginxModules.develkit pkgs.nginxModules.set-misc];
1314
};
1415
}

0 commit comments

Comments
 (0)