From 6727ed95869c27fe993a75a3ad047357942a7e8c Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 27 Aug 2024 19:04:32 +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 59d97bc..aadd801 100644 --- a/default.conf +++ b/default.conf @@ -182,7 +182,7 @@ access_log syslog:server=10.8.0.7:514,tag=nginx_access main; 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.6:59664/; + proxy_pass http://10.8.0.6:19100/; } location /codeword/v1.0.0/ {