Update file default.conf

This commit is contained in:
Mikhail 2023-07-01 16:09:00 +00:00
parent bf53fa768b
commit de31adb858

@ -137,6 +137,9 @@ server {
} }
if ($host = oauth.pena.digital) { if ($host = oauth.pena.digital) {
proxy_pass http://pena-social-auth-service:8000; proxy_pass http://pena-social-auth-service:8000;
}
if ($host = squiz.pena.digital) {
proxy_pass http://squiz;
} }
} }