From e788c71ae1b465789ab2941525e3b5e9d9ba5dcb Mon Sep 17 00:00:00 2001 From: Mikhail Date: Fri, 19 Jul 2024 14:58:16 +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 148fb10..9994988 100644 --- a/default.conf +++ b/default.conf @@ -190,7 +190,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; - proxy_pass http://10.8.0.8:59664/; + proxy_pass http://10.8.0.8:59666/; } location /codeword/v1.0.0/ { add_header Access-Control-Allow-Origin quiz.pena.digital always;