fdb713's recent timeline updates
fdb713

fdb713

立直被肏 默听点炮 打个奶子
V2EX member #21640, joined on 2012-05-30 10:30:32 +08:00
fdb713's recent replies
给你参考一下我用的
```javascript
function FindProxyForURL(url, host) {
if (isPlainHostName(host)) {
return direct;
}
if (isIPv4(host)) {
if (isInNets(DirectNetworks, host))
return direct;
} else {
if (isSuffixes(DirectSuffixes, host))
return direct;
}
return proxy;
}
```
https://github.com/yukixz/whitepac
流石用爱发电,用爱吃饭,用爱解决一切事情。
Jun 8, 2017
Replied to a topic by ovear 全球工单系统 贵 B 快点把 wosign 的证书换了吧
@Showfom 建议你下次来魔都的时候直接去找他(抠鼻
Jun 8, 2017
Replied to a topic by ovear 全球工单系统 贵 B 快点把 wosign 的证书换了吧
@pixstone 想什么呢 现在 A 还有靠谱技术吗(
Sep 20, 2016
Replied to a topic by pixstone 分享发现 Google 新 logo!
gay 不 gay 不知道,倒是挺符合个人审美…
强势围观…
Nov 23, 2015
Replied to a topic by phoenixlzx 东方 Project [流量预警] 东方图楼
噫,鳳凰居然在这里偷偷发图
确保nginx是最新版(1.8.x)
然后
include fastcgi_params;
改成
include fastcgi.conf
最后nginx -t检查无误后
service nginx restart/systemctl restart nginx
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2830 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 15:26 · PVG 23:26 · LAX 08:26 · JFK 11:26
♥ Do have faith in what you're doing.