我创建了一个新的rails3项目,但我在服务器日志中看到了多次跟踪日志。为什么我收到这些请求,我该如何避免这些?
t request_host https://xxxx.com
t request_uri /apple-touch-icon-precomposed.png
# status 404
t time_local [10/Jan/2019:12:01:25 +0800]
要解决此问题,请添加 100×100 png文件,将其另存为apple-touch-icon-precomposed.png和apple-touch-icon.png,然后将其上传到服务器的根目录。之后,错误应该消失。 我注意到在试图从站点根目录加载图像的日志中有很多请求apple-touch-icon-precomposed.png和apple-touch-icon.png的请求。我首先认为这是对移动主题和插件的错误配置,但后来发现,如果设备所有者将网站添加到该设备,Apple设备会发出这些请求。