diff --git a/nginx.conf b/nginx.conf index 2c3b4d5..2376f48 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,7 +6,6 @@ server { # Serve client-metadata.json with correct Content-Type location = /client-metadata.json { - add_header Content-Type application/json; add_header Access-Control-Allow-Origin *; }