From d851203e913ac838bcc97568c206017656d2aed0 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Thu, 11 Jan 2024 00:00:32 +0000 Subject: [PATCH] Update default.conf --- default.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/default.conf b/default.conf index 34de6c0..235f055 100644 --- a/default.conf +++ b/default.conf @@ -13,10 +13,10 @@ server { return 200; } if ($host = admin.pena.digital) { - proxy_pass http://10.6.0.11:8080; + proxy_pass http://10.6.0.11:59301; } if ($host != admin.pena.digital) { - proxy_pass http://10.6.0.11:8080; + proxy_pass http://10.6.0.11:59300; } proxy_hide_header Access-Control-Allow-Origin; add_header Access-Control-Allow-Origin $http_origin always; @@ -34,11 +34,11 @@ server { add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.6.0.11:8080; + proxy_pass http://10.6.0.11:59300; } location /swagger/ { - proxy_pass http://10.6.0.11:8080/; + proxy_pass http://10.6.0.11:59300/; } location /heruvym/ {