如题 整站做了https sitemap也做了https 可各搜索引擎还是抓取http的链接
在后台网站-配置文件中
server
{
listen 80 default_server;
listen 443 ssl default_server;
server_name www.xxxx.com;
这也爬虫抓取的是http://www.xxxx.com http://是自动补上去
如果我把server_name后面改成https://www.xxxx.com 则爬虫抓取http://https://www.osolid.com
我想问这http自动添加的在哪设置? 可否改成https
|
|