Update cdn.nix
commented some important things
This commit is contained in:
parent
08f2a218b3
commit
de16ea4b93
1 changed files with 3 additions and 0 deletions
3
cdn.nix
3
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;
|
||||
|
|
Loading…
Reference in a new issue