1
2
3
4
5
6
7
server {
listen 80;
server_name geo.datav.aliyun.com;
location / {
proxy_pass http://geo.datav.aliyun.com;
}
}