参考网址 http://www.centoscn.com/nginx/2014/0509/2947.html
1、基于子目录的配置方式
location /name/ { proxy_pass http://127.0.0.1/remote/; }
2、基于域名的配置
TODO