【发布时间】:2015-06-25 17:01:22
【问题描述】:
我们使用的是在 Apache 上运行的 Google PageSpeed 模块,是否可以对其进行配置以使基本 url 使用 https?
它当前输出以下内容。
<noscript>
<meta HTTP-EQUIV="refresh" content="0;url='http://example.com/?ModPagespeed=noscript'" />
<style><!--table,div,span,font,p{display:none} --></style>
<div style="display:block">Please click <a href="http://example.com/?ModPagespeed=noscript">here</a> if you are not redirected within a few seconds.</div>
</noscript>
应该是https://example.com - 是否有设置 inpagespeed.conf 来纠正这个问题?
【问题讨论】:
标签: apache mod-pagespeed