Tobias Manske
5a8416fcdf
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
240 B
Caddyfile
16 lines
240 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
http://tobiasmanske.de {
|
|
header {
|
|
Access-Control-Allow-Origin *
|
|
}
|
|
|
|
respond /.well-known/openpgpkey/policy "" 200
|
|
|
|
uri strip_prefix /.well-known/openpgpkey/hu
|
|
root * /data/tobiasmanske.de/
|
|
file_server
|
|
}
|