diff options
author | tv <tv@krebsco.de> | 2016-12-23 11:09:36 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-12-23 11:09:36 +0100 |
commit | 3a3b15f8ef34ae01984fc6b523b08555efd5be4c (patch) | |
tree | 91972dad33b4d2db8599c1965d17f8e215a08f6d | |
parent | d773066fc24dd241a954bc6db9c9c007267138a3 (diff) |
tv nginx: enable recommendations
-rw-r--r-- | tv/2configs/nginx/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/2configs/nginx/default.nix b/tv/2configs/nginx/default.nix index 0e6c2df..b0acb94 100644 --- a/tv/2configs/nginx/default.nix +++ b/tv/2configs/nginx/default.nix @@ -4,6 +4,10 @@ with import <stockholm/lib>; { services.nginx = { + recommendedGzipSettings = true; + recommendedOptimisation = true; + recommendedTlsSettings = true; + virtualHosts._http = { default = true; extraConfig = '' |