nixpkgs-update logs, set charset

This commit is contained in:
Ryan Mulligan 2020-07-03 20:26:52 -07:00
parent c12f4b37ea
commit 37b0a3feaf

View file

@ -94,7 +94,10 @@ in
enableACME = true; enableACME = true;
locations."/log/" = { locations."/log/" = {
alias = "/var/log/nixpkgs-update/"; alias = "/var/log/nixpkgs-update/";
extraConfig = "autoindex on;"; extraConfig = ''
charset utf-8;
autoindex on;
'';
}; };
}; };