From 1abefd105551d5777bd3df96f6b886e76826a82d Mon Sep 17 00:00:00 2001 From: Mikhail Date: Mon, 20 May 2024 18:20:14 +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 797e6e1..eba5c7a 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/; + proxy_pass http://10.8.0.5:1491/amocrm/; } location /auth {