WKD: Advanced

This commit is contained in:
2024-02-01 11:36:32 +01:00
parent 39aca2778d
commit 6670048d12
3 changed files with 16 additions and 2 deletions

View File

@@ -9,7 +9,20 @@ http://tobiasmanske.de {
respond /.well-known/openpgpkey/policy "" 200
uri strip_prefix /.well-known/openpgpkey/hu
uri strip_prefix /.well-known/openpgpkey/tobiasmanske.de/hu
root * /data/tobiasmanske.de/
file_server
}
http://openpgpkey.tobiasmanske.de {
header {
Access-Control-Allow-Origin *
}
respond /.well-known/openpgpkey/policy "" 200
uri strip_prefix /.well-known/openpgpkey/hu
uri strip_prefix /.well-known/openpgpkey/tobiasmanske.de/hu
root * /data/tobiasmanske.de/
file_server
}