mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
vks: return api errors on invalid endpoints for all of /vks
This commit is contained in:
parent
149a698a3f
commit
7c5ca6fd01
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ location /vks/v1/request-verify {
|
|||
proxy_pass http://127.0.0.1:8080;
|
||||
}
|
||||
|
||||
location /vks/v1/ {
|
||||
location /vks {
|
||||
location ~ ^/vks/v1/by-fingerprint/(?:0x)?([^/][^/])([^/][^/])(..*)$ {
|
||||
limit_req zone=search_fpr_keyid burst=30;
|
||||
|
||||
|
|
Loading…
Reference in a new issue