diff --git a/docker/server/nginx.conf b/docker/server/nginx.conf index 0227dfa..7071ad8 100644 --- a/docker/server/nginx.conf +++ b/docker/server/nginx.conf @@ -45,10 +45,7 @@ http { location /.well-known/ { alias /srv/http/public/well-known/; - default_type text/plain; - } - - location ~ /\.well-known/openpgpkey/[^/]+/hu/ { + # default_type text/plain; default_type "application/octet-stream"; add_header Access-Control-Allow-Origin * always; }