| 蜘蛛 | 404 路径 | Nginx 建议配置 (自动编号) | User-Agent |
|---|---|---|---|
/ads.txt |
location = /ads.txt { rewrite ^/ads\.txt$ /new_path/n001.html last; } |
Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) | |
/ads.txt |
location = /ads.txt { rewrite ^/ads\.txt$ /new_path/n002.html last; } |
Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |