Fix regex for pgp wkd.
This commit is contained in:
parent
e2451c7510
commit
ad73c7e3c5
@ -48,7 +48,7 @@ http {
|
|||||||
default_type text/plain;
|
default_type text/plain;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.well-known/(?<path>openpgpkey/[^/]+/hu/) {
|
location ~ /\.well-known/(?<path>openpgpkey/[^/]+/hu/.*) {
|
||||||
alias /srv/http/public/well-known/$path;
|
alias /srv/http/public/well-known/$path;
|
||||||
default_type "application/octet-stream";
|
default_type "application/octet-stream";
|
||||||
add_header Access-Control-Allow-Origin * always;
|
add_header Access-Control-Allow-Origin * always;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user