1
0

Compare commits

..

3 Commits

Author SHA1 Message Date
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
ab4b4918a0 hosts/web-2: Set proper root path for gpg key discovery 2024-04-17 16:20:14 +02:00

View File

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