gpt4 book ai didi

redirect - NGINX - 返回 301 与重写

转载 作者:行者123 更新时间:2023-12-02 10:49:19 29 4
gpt4 key购买 nike

我使用NGINX在我的专用服务器中。

我对返回重写 301 有疑问。

<小时/>

重写301:

rewrite ^ http://xxx.xxxxx.net/xx-xxx/$request_uri? permanent;

返回 301:

location ~ redirect-this/?$ {
return 301 http://xxx.xxxxx.net/xx-xxx/redirect-this$1;
}
<小时/>

所有重定向均正常工作。但是..

进行 301 重定向最有效的方法是什么?

我有超过 200 个要重定向的网址。那么,您推荐什么?

最佳答案

nginx pitfalls 中所述您应该使用服务器 block 和 return 语句,因为它们比通过 location block 评估正则表达式要快得多。

由于您强制重写规则发送 301,因此在 SEO 方面没有区别,顺便说一句..

关于redirect - NGINX - 返回 301 与重写,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30165746/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com