diff --git a/default.conf b/default.conf index 9c38821..14be44d 100644 --- a/default.conf +++ b/default.conf @@ -21,7 +21,7 @@ server { add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Credentials true always; } - location /user { + location /user/ { add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization always;