Add wkd service

This commit is contained in:
Marko Korhonen 2022-12-19 22:22:12 +02:00
parent 23ede601ef
commit cd4096e3c0
2 changed files with 31 additions and 0 deletions

10
docker/wkd/nginx.conf Normal file
View file

@ -0,0 +1,10 @@
server {
listen 80;
listen [::]:80;
location /.well-known/openpgpkey/hu/ {
default_type "application/octet-stream";
add_header Access-Control-Allow-Origin * always;
}
}