From 38e0ec89f443896c074d02e3fd13be45605fbbcc Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 24 Sep 2024 21:25:10 +0000 Subject: [PATCH] Update default.conf --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;