diff --git a/nginx.conf b/nginx.conf index 1212cb4..f9799c2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -26,12 +26,12 @@ http { try_files /$request_uri =404; } - location ^~ /by-fpr/ { + location ^~ /by-fingerprint/ { default_type application/pgp-keys; try_files /$request_uri =404; } - location ^~ /by-kid/ { + location ^~ /by-keyid/ { default_type application/pgp-keys; try_files /$request_uri =404; }