1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00

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

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