Update the nginx config to use a single well-known location block.
semver Build semver has succeeded Details
build-homepage-staging Build build-homepage-staging has succeeded Details
build-homepage Build build-homepage has succeeded Details

main v0.0.62
Tom Alexander 5 months ago
parent d214244217
commit 1633099428
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -45,10 +45,7 @@ http {
location /.well-known/ {
alias /srv/http/public/well-known/;
default_type text/plain;
}
location ~ /\.well-known/openpgpkey/[^/]+/hu/ {
# default_type text/plain;
default_type "application/octet-stream";
add_header Access-Control-Allow-Origin * always;
}

Loading…
Cancel
Save