From ae5fbdc27d75d72b18d0e8e16de9e33a37df1730 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sat, 18 May 2024 13:04:30 +0000 Subject: [PATCH] Update default.conf --- default.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default.conf b/default.conf index 2d802a5..589bf20 100644 --- a/default.conf +++ b/default.conf @@ -12,8 +12,8 @@ } map "$service:$http_apiversion" $apiversion { - "verification:v1.0.0" verificationv1.0.0; - "verification:" verificationv0; + "verification:v1.0.0" 10.8.0.6:7036; + "verification:" 10.8.0.6:7035; } server { @@ -315,7 +315,7 @@ server { add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization,response-type always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - add_header Service $service; + add_header Service $apiversion; proxy_set_header Referer $host; proxy_set_header Origin $http_origin; proxy_set_header Connection '';