tv nginx: enable recommendations
This commit is contained in:
parent
563c7a7eaf
commit
c208b3fa19
|
@ -4,6 +4,10 @@ with import <stockholm/lib>;
|
|||
|
||||
{
|
||||
services.nginx = {
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
||||
virtualHosts._http = {
|
||||
default = true;
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue