From ecc9a69afa008a58905028ea316bb5393cd13de7 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Thu, 30 May 2024 18:02:38 +0000 Subject: [PATCH] Update default.conf --- default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.conf b/default.conf index c4581e5..cb371de 100644 --- a/default.conf +++ b/default.conf @@ -35,7 +35,7 @@ server { add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization,device,browser,os,devicetype,response-type always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.8.0.5:1491/amocrm/; + proxy_pass http://10.8.0.5:1492/amocrm/; } location /squiz/amocrm/oauth/ { @@ -59,7 +59,7 @@ server { add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization,device,browser,os,devicetype,response-type always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.8.0.5:1491/webhook/create/; + proxy_pass http://10.8.0.5:1492/webhook/create/; } location /auth {