location /appAdmin/ {
proxy_set_header Host aaa.cn;
proxy_set_header Cookie $http_Cookie;
proxy_set_header Referer http://aaa.cn/appAdmin/applySearchPhone.jsp;
proxy_pass http://ljctt.meeb.sz.gov.cn/appAdmin/;
}
核心1:代理了cookie
核心2:使用ip域名后面的appAdmin作为location后面的访问路径
核心3:指定来源 Referer 和 host : aaa.cn