server {
listen 80;
server_name 106.186.*.*;
location / {
proxy_pass http://multithreaded.thingscloud.appspot.com;
}
}
server {
listen 80;
server_name 106.186.*.*;
location / {
proxy_pass http://thingscloud.appspot.com;
}
}
listen 80;
server_name 106.186.*.*;
location / {
proxy_pass http://multithreaded.thingscloud.appspot.com;
}
}
server {
listen 80;
server_name 106.186.*.*;
location / {
proxy_pass http://thingscloud.appspot.com;
}
}