【发布时间】:2017-08-22 20:07:25
【问题描述】:
我只是设置了一个 Apache 2.4 服务器并使用 http/2。 我在服务器中配置了服务器推送:
Protocols h2 http/1.1
DocumentRoot /var/www/html/
<Location /index.html>
Header add Link "</img/2.jpg>; rel=preload"
</Location>
但是服务器推送了它,但它仍然加载了这张图片, enter image description here
希望有人可以帮助我:)。非常感谢
【问题讨论】: