From bd8e417cdcea7f46fd3cd65712f72934642cf262 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 9 May 2023 18:49:30 +0000 Subject: [PATCH] Update file default.conf --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;