1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
clerie 2979f07a00 Update from updated-inputs-2024-04-18-01-03 2024-04-18 03:03:05 +02:00
Flake Update Bot 02b2c8f75a Update nixpkgs 2024-04-18-01-03 2024-04-18 03:03:03 +02:00
clerie ab4b4918a0 hosts/web-2: Set proper root path for gpg key discovery 2024-04-17 16:20:14 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
root = pkgs.clerie-keys;
};
locations."~ ^/.well-known/openpgpkey/hu/[a-z0-9]+/?$" = {
root = pkgs.clerie-keys;
extraConfig = ''
types { } default_type application/octet-stream;
add_header Access-Control-Allow-Origin * always;