From 4103004ceea842a116c4b9ae4e199bee081ee626 Mon Sep 17 00:00:00 2001 From: Jeffrey Crowell Date: Thu, 8 Oct 2015 17:26:44 -0400 Subject: [PATCH] update config for 1.9.32.10 --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 1c817f67ec..848523c0af 100644 --- a/config +++ b/config @@ -27,8 +27,8 @@ if [ "$mod_pagespeed_dir" = "unset" ] ; then echo " You need to separately download the pagespeed library:" echo "" echo " $ cd /path/to/ngx_pagespeed" - 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/" + echo " $ wget https://dl.google.com/dl/page-speed/psol/1.9.32.10.tar.gz" + echo " $ tar -xzvf 1.9.32.10.tar.gz # expands to psol/" echo "" echo " Or see the installation instructions:" echo " https://github.com/pagespeed/ngx_pagespeed#how-to-build"