1
0
Fork 0
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:
Vincent Breitmoser 2020-09-07 10:50:57 +02:00
parent 149a698a3f
commit 7c5ca6fd01

View file

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