From 19e7efa00592c811cfa2e1a7c4acc063c8451c47 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 14 Jan 2025 12:05:12 +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 99b0652..f8e0d88 100644 --- a/default.conf +++ b/default.conf @@ -945,7 +945,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:8085/; + proxy_pass http://10.6.0.9:8085/; }