V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  liuchen9586  ›  全部回复第 34 页 / 共 34 页
回复总数  678
1 ... 25  26  27  28  29  30  31  32  33  34  
@est 太酷了
@rrrrutdk 那要是台服呢……
2014-06-24 19:36:22 +08:00
回复了 liuchen9586 创建的主题 问与答 关于 nginx 反代理谷歌的问题~有人能帮忙回答下吗?
@marklrh thanks~
2014-06-24 19:36:09 +08:00
回复了 liuchen9586 创建的主题 问与答 关于 nginx 反代理谷歌的问题~有人能帮忙回答下吗?
@9hills 请私下使用 :)
这个建模真是酷炫无比……!
2014-06-24 11:33:12 +08:00
回复了 liuchen9586 创建的主题 问与答 关于 nginx 反代理谷歌的问题~有人能帮忙回答下吗?
@KokongW @sharpnk 我把自己修改过的贴上来了 请看一下

server {
listen 80;
server_name localhost;

#charset koi8-r;

#access_log logs/host.access.log main;

location / {
root html;
rewrite ^(.*url.*) https://ssl.okami.us$1;
index index.html index.htm;
}

server {
listen 443 ssl;
server_name ssl.okami.us;
ssl_certificate /usr/local/ssl/ssl_okami_us.crt;
ssl_certificate_key /usr/local/ssl/ssl.okami.us.key;
ssl_session_cache shared:SSL:1m;
ssl_session_timeout 5m;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
location / {

proxy_redirect off;
proxy_pass https://www.google.com;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Accept-Encoding "";
proxy_set_header User-Agent $http_user_agent;
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_cookie_domain 'google.com' 'okami.us';
subs_filter 'https://www.google.com' 'https://ssl.okami.us';
subs_filter 'http://www.google.com' 'https://ssl.okami.us';
subs_filter 'href="/' 'href="https://ssl.okami.us/';
subs_filter 'onmousedown' ' ';
}
2014-06-24 08:47:32 +08:00
回复了 GeekBase 创建的主题 问与答 Geek 基地招收学徒
谁知道靠谱不
4M/S
2014-06-23 12:38:15 +08:00
回复了 Jelen 创建的主题 分享创造 我是来求祝福的,跟妹子五年多了,终于买了门票了~
恭喜啊~祝福你们
2014-06-22 12:20:48 +08:00
回复了 heliumhgy 创建的主题 Google Google 湖南电信已解封
合肥电信 可以了 就是太慢
1 ... 25  26  27  28  29  30  31  32  33  34  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2872 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 04:01 · PVG 12:01 · LAX 21:01 · JFK 00:01
Developed with CodeLauncher
♥ Do have faith in what you're doing.