![]() | 1 CoX 2011-08-05 14:43:09 +08:00 貌似是不行的吧 |
![]() | 2 ratazzi 2011-08-05 15:36:21 +08:00 加个 Host 的头试下 |
![]() | 3 CoX 2011-08-05 17:15:59 +08:00 现在ghs.google.com貌似可以直接用,不用再反向一次吧 |
![]() | 4 feiandxs 2011-08-05 17:51:02 +08:00 ######### 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.tk; #set_real_ip_from xxxxxx; #real_ip_header X-Real-IP; #expires 3d; } } |