We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd5b7c commit 0572a5bCopy full SHA for 0572a5b
config
@@ -27,8 +27,8 @@ if [ "$mod_pagespeed_dir" = "unset" ] ; then
27
echo " You need to separately download the pagespeed library:"
28
echo ""
29
echo " $ cd /path/to/ngx_pagespeed"
30
- echo " $ wget https://dl.google.com/dl/page-speed/psol/1.9.32.4.tar.gz"
31
- echo " $ tar -xzvf 1.9.32.4.tar.gz # expands to psol/"
+ echo " $ wget https://dl.google.com/dl/page-speed/psol/1.9.32.6.tar.gz"
+ echo " $ tar -xzvf 1.9.32.6.tar.gz # expands to psol/"
32
33
echo " Or see the installation instructions:"
34
echo " https://github.com/pagespeed/ngx_pagespeed#how-to-build"
0 commit comments