Fix nginx configuration.

- Fixes 0bb1961f43.
This commit is contained in:
Justus Winter 2019-02-21 23:25:56 +01:00
parent de0a0860ed
commit c90c5dc696
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}