tv nginx: enable recommendations

This commit is contained in:
tv 2016-12-23 11:09:36 +01:00
parent 7efec736b2
commit bece7d9da2

View File

@ -4,6 +4,10 @@ with import <stockholm/lib>;
{
services.nginx = {
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedTlsSettings = true;
virtualHosts._http = {
default = true;
extraConfig = ''