1.下载nginx包http://files.cnblogs.com/files/jyjin/nginx.zip
2.解压后找到nginx.conf文件进行配置
3.配置server选项:
server_name:可任意指定,是你的代理host名
root:为本地项目根路径(index.html路径)
listen:端口
可配置多个server项,指定不同端口来代理不同项目
location:所代理的跨域地址
4.配置host
进入:C:\Windows\System32\drivers\etc\host文件 打开
在最后面添加代理到本地的ip地址和上述server配置好的主机名项
5.浏览器访问该ip或host地址