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; }