V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  jsjcjsjc  ›  全部回复第 26 页 / 共 26 页
回复总数  510
1 ... 17  18  19  20  21  22  23  24  25  26  
2016 年 10 月 24 日
回复了 jsjcjsjc 创建的主题 服务器 cloudxns.net 不能批量删除域名?
算了直接用 aliyun 了,更加好用,批处理非常方便
2016 年 7 月 21 日
回复了 jsjcjsjc 创建的主题 Google 如何通过 google 跳转到指定网址?
@BlackGlory 但是后面那个 AFQjCNHejwhPeR5sVWA-xGcAwx71OwG6tw 根据不同域名都是变化的啊~~
2016 年 7 月 21 日
回复了 jsjcjsjc 创建的主题 Google 如何通过 google 跳转到指定网址?
@yeshang 本人行为端正,只有 google 的广告
2016 年 6 月 26 日
回复了 jsjcjsjc 创建的主题 NGINX nginx 怎么配置 https 跳转到另外一个网址
@mhtt 您好,可以看一下我 16 楼的回复,据说 HTTPS 可以隐藏 referer
2016 年 6 月 25 日
回复了 jsjcjsjc 创建的主题 NGINX nginx 怎么配置 https 跳转到另外一个网址
@lslqtz2 我看了 wiki ,上面说 https 的跳转也不会有 referer
“ If a website is accessed from a HTTP Secure (HTTPS) connection and a link points to anywhere except another secure location, then the referrer field is not sent.[10]”
https://en.wikipedia.org/wiki/HTTP_referer#Referrer_hiding
2016 年 6 月 25 日
回复了 jsjcjsjc 创建的主题 NGINX nginx 怎么配置 https 跳转到另外一个网址
@TaMud 这个可以去 referer ?
2016 年 6 月 25 日
回复了 jsjcjsjc 创建的主题 NGINX nginx 怎么配置 https 跳转到另外一个网址
@lslqtz 你的意思是只有 return 301 或者 js 的跳转才不会留下 refer 吗?可以根据 2 楼我的回复给我一个例子吗。。没明白啊~~~非常感谢 ;-)
2016 年 6 月 25 日
回复了 jsjcjsjc 创建的主题 NGINX nginx 怎么配置 https 跳转到另外一个网址
@HLT 我有个域名有很多自然流量,但是已经被 google 列入黑名单了,所以需要跳转但又不能让 google 知道 refer~~
2016 年 6 月 25 日
回复了 jsjcjsjc 创建的主题 NGINX nginx 怎么配置 https 跳转到另外一个网址
@raphaelsoul 你这个是和我 2 楼写的是一个意思吗?没看出来不一样啊 ;-)
2016 年 6 月 25 日
回复了 jsjcjsjc 创建的主题 NGINX nginx 怎么配置 https 跳转到另外一个网址
@ryd994 server
这样写可以吗?
{
listen 80;
server_name g.getpocket.net;
location / {
rewrite ^/(.*)$ https://g.getpocket.net$1 permanent;
}
}

server {
server_name g.getpocket.net;
listen 443;

ssl on;
ssl_certificate /etc/letsencrypt/live/g.getpocket.net/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/g.getpocket.net/privkey.pem;

location / {
rewrite ^/(.*)$ http://baidu.com$1 permanent;
}
}
1 ... 17  18  19  20  21  22  23  24  25  26  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2968 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 07:57 · PVG 15:57 · LAX 00:57 · JFK 03:57
♥ Do have faith in what you're doing.