You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
foodotfiles/docker/wkd/nginx.conf

16 lines
316 B
Nginx Configuration File

server {
listen 80;
listen [::]:80;
root /wkd;
location /.well-known/openpgpkey/korhonen.cc/hu/ {
default_type "application/octet-stream";
add_header Access-Control-Allow-Origin * always;
}
location / {
return 301 https://keyoxide.org/wkd/marko%40korhonen.cc;
}
}