yulgang

yulgang

开SSH,让我也上去看看。
V2EX 第 66853 号会员,加入于 2014-07-03 10:09:08 +08:00
今日活跃度排名 27416
根据 yulgang 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
yulgang 最近回复了
@LLLeo 重生 穿越 出马变牛逼,看不够
高铁一天能到的,我选择高铁
就算不颠簸,早到 2 小时加上上升下降的感觉就挺难受的

@Kmmoonlight 还有这种操作??
10 天前
回复了 2067 创建的主题 程序员 论最有效的安装原版 chrome 的姿势
@liaohongxing 对的,自己做个页面放上这几个链接,自己需要的时候可以上去直接下载,
11 天前
回复了 9fan 创建的主题 程序员 钉钉服务端 api 设置代理
日志里看 HTTP/1.1 400 感觉.....
 
location /api {
proxy_pass https://api.dingtalk.com;
proxy_http_version 1.1; # 新加的
proxy_connect_timeout 60;
proxy_read_timeout 60;
proxy_send_timeout 60;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host 'api.dingtalk.com';
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Connection ""; # 新加的
}
 
或者
 
location /api {
proxy_pass https://api.dingtalk.com;
proxy_http_version 1.1; # 新加的
proxy_set_header Upgrade $http_upgrade; # 新加的
proxy_set_header Connection "upgrade"; # 新加的
proxy_connect_timeout 60;
proxy_read_timeout 60;
proxy_send_timeout 60;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host 'api.dingtalk.com';
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
}
 
感觉下面这个能行。
天天说别人的代码不安全
有些机器带配置锁
ipad mini
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1426 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 10ms · UTC 17:11 · PVG 01:11 · LAX 09:11 · JFK 12:11
Developed with CodeLauncher
♥ Do have faith in what you're doing.