summaryrefslogtreecommitdiff
path: root/systems/atlas/nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/atlas/nginx.nix')
-rw-r--r--systems/atlas/nginx.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/atlas/nginx.nix b/systems/atlas/nginx.nix
index 03a6fc1..f1d7409 100644
--- a/systems/atlas/nginx.nix
+++ b/systems/atlas/nginx.nix
@@ -14,15 +14,15 @@
name: value: lib.nameValuePair "${name}.${config.networking.domain}" value
);
in {
- server.services.cloudflared.enable = true;
-
services.nginx = {
enable = true;
+ recommendedBrotliSettings = true;
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
+ recommendedZstdSettings = true;
virtualHosts = toVHosts {
miniflux = {