mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
parent
de0a0860ed
commit
c90c5dc696
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue