
1 CoX Aug 5, 2011 貌似是不行的吧 |
2 ratazzi Aug 5, 2011 加个 Host 的头试下 |
3 CoX Aug 5, 2011 现在ghs.google.com貌似可以直接用,不用再反向一次吧 |
4 feiandxs Aug 5, 2011 ######### server { listen xxxxxxx:80; server_name bbs.mucun.tk; location / { proxy_pass http://mucunbbs.appspot.com; proxy_set_header X-Real-IP $remote_addr; proxy_set_header FORWARDED-FOR $remote_addr; proxy_set_header Host bbs.mucun.t; #set_real_ip_from xxxxxx; #real_ip_header X-Real-IP; #expires 3d; } } |