build02/nixpkgs-update: disable nginx recommendedZstdSettings
This commit is contained in:
parent
85cd0170fa
commit
35a3e29a20
1 changed files with 3 additions and 0 deletions
|
@ -270,6 +270,9 @@ in
|
||||||
group = "r-ryantm";
|
group = "r-ryantm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# autoindex is truncated on some browsers
|
||||||
|
services.nginx.recommendedZstdSettings = false;
|
||||||
|
|
||||||
services.nginx.virtualHosts."nixpkgs-update-logs.nix-community.org" = {
|
services.nginx.virtualHosts."nixpkgs-update-logs.nix-community.org" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue