hosts/web-2: return known_hosts with proper mime type
This commit is contained in:
parent
793d9300ee
commit
5d870740b6
@ -20,6 +20,9 @@
|
||||
};
|
||||
locations."= /ssh/known_hosts" = {
|
||||
alias = pkgs.writeText "known_hosts" (import ../../lib/ssh-known-hosts.nix);
|
||||
extraConfig = ''
|
||||
types { } default_type "text/plain; charset=utf-8";
|
||||
'';
|
||||
};
|
||||
locations."~ ^/.well-known/openpgpkey/hu/[a-z0-9]+/?$" = {
|
||||
extraConfig = ''
|
||||
|
Loading…
Reference in New Issue
Block a user