we have two servers, A and B. Server A is accessed worldwide. He has nginx installed. That\'s what I have in conf:
location /test { proxy_pass http://local
try to add as specified here http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass:
proxy_pass http://localserver.com/;