10 lines
290 B
Text
10 lines
290 B
Text
|
location / {
|
||
|
return 301 https://franzi.business$request_uri;
|
||
|
}
|
||
|
|
||
|
location /.well-known/openpgpkey/ {
|
||
|
alias /var/www/kunsmann.eu/.well-known/openpgpkey/;
|
||
|
default_type application/octet-stream;
|
||
|
add_header Access-Control-Allow-Origin * always;
|
||
|
}
|