doc: use HTTPS for LazyloadImagesBlankUrl (#1476)
Fixes https://github.com/pagespeed/ngx_pagespeed/issues/1358
This commit is contained in:
@@ -75,9 +75,9 @@ possible to use the same image served by Google's network, or any image that you
|
|||||||
choose, by specifying:</p>
|
choose, by specifying:</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Apache:<dd><pre class="prettyprint"
|
<dt>Apache:<dd><pre class="prettyprint"
|
||||||
>ModPagespeedLazyloadImagesBlankUrl "http://www.gstatic.com/psa/static/1.gif"</pre>
|
>ModPagespeedLazyloadImagesBlankUrl "https://www.gstatic.com/psa/static/1.gif"</pre>
|
||||||
<dt>Nginx:<dd><pre class="prettyprint"
|
<dt>Nginx:<dd><pre class="prettyprint"
|
||||||
>pagespeed LazyloadImagesBlankUrl "http://www.gstatic.com/psa/static/1.gif";</pre>
|
>pagespeed LazyloadImagesBlankUrl "https://www.gstatic.com/psa/static/1.gif";</pre>
|
||||||
</dl>
|
</dl>
|
||||||
<p>An advantage of this approach is that this gif may already be in
|
<p>An advantage of this approach is that this gif may already be in
|
||||||
the browser cache since any PageSpeed-enabled site can share it.
|
the browser cache since any PageSpeed-enabled site can share it.
|
||||||
|
|||||||
Reference in New Issue
Block a user