server{
listen 80;
server_name test.123.com;
location = /123.txt {
root /opt/webapps/test.123.com/;
}
location /{
proxy_pass http://test;
}