335 current 2025-10-11 20:23:07 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 20:24:24 -05:00
parent 1814824239
commit 0059e6637c
2 changed files with 5 additions and 5 deletions

View File

@@ -38,10 +38,10 @@ in
root = "/var/www/keys";
locations."/" = {
index = "klefki_pub.asc";
extraConfig = ''
add_header Content-Disposition attachment; "filename=klefki_pub.asc";
default_type application/pgp-keys;
'';
extraConfig =
"add_header Content-Disposition attachment; filename=klefki_pub.asc;" +
"default_type application/pgp-keys;"
;
};
};