Update default.conf

This commit is contained in:
Mikhail 2023-10-23 14:10:50 +00:00
parent c85e5f3bc7
commit 2b627de5f1

@ -200,6 +200,10 @@ server {
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://pena-social-auth-service:8000; proxy_pass http://pena-social-auth-service:8000;
} }
if ($host = newerait.pena.digital) {
proxy_pass http://squiz;
}
if ($host = squiz.pena.digital) { if ($host = squiz.pena.digital) {
proxy_pass http://squiz; proxy_pass http://squiz;
} }