diff --git a/nginx.conf b/nginx.conf index 843b472..784dfa0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,8 +7,8 @@ server { index index.html index.htm; } - location /.well-known { - root /usr/share/nginx/html/.well-known; + location /.well-known/ { + root /usr/share/nginx/html; default_type application/json; add_header Access-Control-Allow-Origin *; }