diff --git a/default.conf b/default.conf index deea0e2..5bf49ea 100644 --- a/default.conf +++ b/default.conf @@ -40,7 +40,7 @@ server { - location /auth/ { + location /auth { if ($request_method = OPTIONS) { add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Credentials true always;