nixpkgs-update logs, set charset
This commit is contained in:
parent
c12f4b37ea
commit
37b0a3feaf
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue