Update default.conf
This commit is contained in:
parent
c85e5f3bc7
commit
2b627de5f1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user