AMH 社区首页
AMH社区 - 开放自由有价值的社区
[综合话题] AMH反向代_理谷歌&负载均衡教程 |
|
---|---|
诸葛御风 |
诸葛御风 发表于 2015-04-29 20:28:00
本帖最后由 诸葛御风 于 2015-4-29 20:36 编辑
这几天谷歌都被某墙折腾得不能用了啊。上谷歌搜索资料都要翻越某墙,真悲摧啊。干脆自己用搬瓦工的一个vps反向代_理谷歌。 首先安装lgnx环境 配置可以先见下图 [hr]下面贴出我优化反向代_理谷歌的AMH conf配置,造福人类。 假设用XXX.COM反向代_理谷歌,是假设,我可不愿意由于这个vps的ip被GFW发掘。 server { 欢迎大家测试使用!
listen 80; #listen end server_name xxx.com; #server_name end index index.html index.htm index.php; #index end root /home/wwwroot/lngx/domain/google/web; #root end include /home/wwwroot/lngx/rewrite/amh.conf; #rewrite end proxy_cache off; #proxy_cache end proxy_temp_path /home/wwwroot/lngx/cache_temp; proxy_cache_key $scheme://$host$request_uri; proxy_cache_valid 200 304 12h; #cache_valid end proxy_connect_timeout 60s; #connect_timeout end upstream ssgoogle { server 74.125.224.144:80 max_fails=3; server 74.125.224.145:80 max_fails=3; server 74.125.224.146:80 max_fails=3; server 74.125.224.147:80 max_fails=3; server 74.125.224.148:80 max_fails=3; } location / { default_type text/html; subs_filter_types text/css text/xml; #subs_filtert end subs_filter 'www.google.com' 'xxx.com' g; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Referer http://xxx.com; #header_referer end proxy_set_header Host xxx.com; #header_host end proxy_pass http://ssgoogle; #proxy_pass end proxy_set_header Accept-Encoding ""; proxy_set_header Accept-Language "zh-CN"; proxy_set_header Cookie "PREF=ID=047808f19f6de346:U=0f62f33dd8549d11:FF=2:LD=zh-CN:NW=1:TM=1325338577:LM=1332142444:GM=1:SG=2:S=rE0SyJh2w1IQ-Maw"; proxy_redirect https://www.google.com/ /; proxy_cookie_domain www.google.com xxx.com; } access_log off; #access_log end error_log /dev/null; #error_log end }
点赞,加油! (10分)
2015-04-29 20:28:00 1
|
ji1043 |
支持啊···
回复
2015-04-29 21:36:18 2
|
72135 |
不错,赞一个。
回复
2015-04-30 02:23:20 3
|
172049496 |
请问这个错误是怎么回事
[警告] nginx-generic-1.6.0 配置Rewrite规则错误,请查检改正。 nginx: [emerg] "server" directive is not allowed here in /home/wwwroot/lngx/rewrite/amh.conf:1 nginx: configuration file /usr/local/nginx-generic-1.6.0/conf/nginx.conf test failed
回复
2015-05-01 07:15:03 4
|
诸葛御风 |
回复
2015-05-01 11:29:36 5
|
诸葛御风 |
conf文件全部贴出来我看看?
回复
2015-05-01 11:30:44 6
|
172049496 |
回复
2015-05-01 11:52:56 7
|
诸葛御风 |
回复
2015-05-02 17:18:41 8
|
诸葛御风 |
回复
2015-05-02 17:37:14 9
|
ConnersHua |
回复
2015-05-07 22:01:46 10
|