gpt4 book ai didi

Nginx 规则添加 x-robots-tag header

转载 作者:行者123 更新时间:2023-12-03 19:09:03 25 4
gpt4 key购买 nike

我刚从 apache 迁移到 nginx,无法理解这个规则。

我想将此标题添加到包含查询字符串的所有页面。

add_header X-Robots-Tag "noindex, nofollow";

apache的工作规则是。
RewriteCond %{QUERY_STRING} (^|&)(sortOrder|sortField) [NC]
RewriteRule .* - [E=MY_SET_HEADER:1]
Header set X-Robots-Tag "noindex,nofollow" env=MY_SET_HEADER

提前致谢。

最佳答案

下一行应该在 location 中您的 nginx 配置 block (通常在 /etc/nginx/sites-avalable/ 中):

add_header  X-Robots-Tag "noindex, nofollow, nosnippet, noarchive";

应该很高兴在修改前后检查:
# service nginx reload

通过这个在线工具: http://headers.cloxy.net

它应该显示:
X-Robots-Tag: noindex, nofollow, nosnippet, noarchive

关于Nginx 规则添加 x-robots-tag header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34077140/

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