Add wkd service
This commit is contained in:
parent
0039ef7d86
commit
302aeb40b9
2 changed files with 31 additions and 0 deletions
10
docker/wkd/nginx.conf
Normal file
10
docker/wkd/nginx.conf
Normal 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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue