Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad73c7e3c5 | ||
|
|
e2451c7510 |
@@ -45,7 +45,11 @@ http {
|
||||
|
||||
location /.well-known/ {
|
||||
alias /srv/http/public/well-known/;
|
||||
# default_type text/plain;
|
||||
default_type text/plain;
|
||||
}
|
||||
|
||||
location ~ /\.well-known/(?<path>openpgpkey/[^/]+/hu/.*) {
|
||||
alias /srv/http/public/well-known/$path;
|
||||
default_type "application/octet-stream";
|
||||
add_header Access-Control-Allow-Origin * always;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user