From 68834fe05a32733ec7eb009c3fb3c9f2f3448d1e Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sat, 18 May 2024 20:47:58 +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 40b34a3..408a89b 100644 --- a/default.conf +++ b/default.conf @@ -302,7 +302,7 @@ server { proxy_pass https://storage.yandexcloud.net; } - location ^ /verification(?:/|$) { + location ~ /verification(?:/|$) { if ($request_method = OPTIONS) { add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Credentials true always;