Optimisations -> Optimisation

This commit is contained in:
niten 2023-03-19 10:25:27 -07:00
parent 52034eaae7
commit 21f897b5c3

View File

@ -73,7 +73,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
services.nginx = mkIf (!isNull cfg.hostname) { services.nginx = mkIf (!isNull cfg.hostname) {
enable = true; enable = true;
recommendedOptimisations = true; recommendedOptimisation = true;
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedGzipSettings = true; recommendedGzipSettings = true;