From de16ea4b93d8a319f05ea6f9b5c7ec2128999a60 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 22 Nov 2020 21:25:48 +0100 Subject: [PATCH] Update cdn.nix commented some important things --- cdn.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cdn.nix b/cdn.nix index d4d0dbf..c0882c9 100644 --- a/cdn.nix +++ b/cdn.nix @@ -18,6 +18,7 @@ cdn-node-setup = args@{ domain, config_file, ... }: { enable = true; # Use recommended settings + # Don't use recommendes Proxy settings becuase it does funky things with the setup recommendedGzipSettings = true; recommendedOptimisation = true; recommendedTlsSettings = true; @@ -85,6 +86,7 @@ cdn-master-setup = args@{ domain, config_file, host-server, ... }: { enable = true; # Use recommended settings + # Don't use recommendes Proxy settings becuase it does funky things with the setup recommendedGzipSettings = true; recommendedOptimisation = true; recommendedTlsSettings = true; @@ -149,6 +151,7 @@ cdn-loadbalancer-setup = args@{ domain, config_file, nodes, ... }: { enable = true; # Use recommended settings + # Don't use recommendes Proxy settings becuase it does funky things with the setup recommendedGzipSettings = true; recommendedOptimisation = true; recommendedTlsSettings = true;