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