Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57dd72fb91 | ||
|
|
ad73c7e3c5 | ||
|
|
e2451c7510 | ||
|
|
1633099428 |
@@ -48,7 +48,20 @@ http {
|
|||||||
default_type text/plain;
|
default_type text/plain;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.well-known/openpgpkey/[^/]+/hu/ {
|
location /.well-known/openpgpkey/hu/ {
|
||||||
|
alias /srv/http/public/well-known/openpgpkey/fizz.buzz/hu/;
|
||||||
|
default_type "application/octet-stream";
|
||||||
|
add_header Access-Control-Allow-Origin * always;
|
||||||
|
}
|
||||||
|
|
||||||
|
location /.well-known/openpgpkey/policy {
|
||||||
|
alias /srv/http/public/well-known/openpgpkey/fizz.buzz/policy;
|
||||||
|
default_type "application/octet-stream";
|
||||||
|
add_header Access-Control-Allow-Origin * always;
|
||||||
|
}
|
||||||
|
|
||||||
|
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user