V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  my3157  ›  全部回复第 34 页 / 共 34 页
回复总数  663
1 ... 25  26  27  28  29  30  31  32  33  34  
2017-06-22 20:54:19 +08:00
回复了 qsnow6 创建的主题 Python 怎么把 https 重定向到 http 协议上
#首先, 要 https 能访问

然后可以这样

```
if ( $scheme = https ){
return 301 http://$server_name$request_uri;
}
```
unrar x test.rar
还没收到货
1 ... 25  26  27  28  29  30  31  32  33  34  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5481 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 40ms · UTC 08:01 · PVG 16:01 · LAX 00:01 · JFK 03:01
Developed with CodeLauncher
♥ Do have faith in what you're doing.