doc: use HTTPS for LazyloadImagesBlankUrl (#1476)

Fixes https://github.com/pagespeed/ngx_pagespeed/issues/1358
This commit is contained in:
Jeff Kaufman
2017-01-17 07:38:24 -05:00
committed by GitHub
parent 7427b368e9
commit bd64bde554
+2 -2
View File
@@ -75,9 +75,9 @@ possible to use the same image served by Google's network, or any image that you
choose, by specifying:</p>
<dl>
<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"
>pagespeed LazyloadImagesBlankUrl "http://www.gstatic.com/psa/static/1.gif";</pre>
>pagespeed LazyloadImagesBlankUrl "https://www.gstatic.com/psa/static/1.gif";</pre>
</dl>
<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.