From 2b627de5f1dcdad669fea839dc94bd246634113d Mon Sep 17 00:00:00 2001 From: Mikhail Date: Mon, 23 Oct 2023 14:10:50 +0000 Subject: [PATCH] Update default.conf --- default.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.conf b/default.conf index 73eb553..0adee87 100644 --- a/default.conf +++ b/default.conf @@ -200,6 +200,10 @@ server { add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; proxy_pass http://pena-social-auth-service:8000; } + + if ($host = newerait.pena.digital) { + proxy_pass http://squiz; + } if ($host = squiz.pena.digital) { proxy_pass http://squiz; }