diff options
author | tv <tv@krebsco.de> | 2016-12-23 11:09:36 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-12-24 06:52:34 +0100 |
commit | d990104d7a16bfa4a167e57b92c6ee1bb5b0b0ea (patch) | |
tree | fa3490f2f6eb0ace372744f1660e1da1cce23a4f | |
parent | a848734020a8351f1885d2901a2b850c6c1a842f (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 = '' |