Compare commits

..

2 Commits

Author SHA1 Message Date
Tom Alexander
e2451c7510 Separate out the locations in well-known again.
All checks were successful
semver Build semver has succeeded
build-homepage-staging Build build-homepage-staging has succeeded
build-homepage Build build-homepage has succeeded
2024-01-02 13:35:55 -05:00
Tom Alexander
1633099428 Update the nginx config to use a single well-known location block.
All checks were successful
semver Build semver has succeeded
build-homepage-staging Build build-homepage-staging has succeeded
build-homepage Build build-homepage has succeeded
2024-01-02 13:33:24 -05:00

View File

@@ -48,7 +48,8 @@ http {
default_type text/plain; default_type text/plain;
} }
location ~ /\.well-known/openpgpkey/[^/]+/hu/ { location ~ /\.well-known/(?<path>openpgpkey/[^/]+/hu/) {
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;
} }