versions: 1.6.29.5 -> 1.6.29.7
This commit is contained in:
@@ -37,11 +37,11 @@ recompiling Tengine](https://github.com/pagespeed/ngx_pagespeed/wiki/Using-ngx_p
|
||||
|
||||
```bash
|
||||
$ cd ~
|
||||
$ wget https://github.com/pagespeed/ngx_pagespeed/archive/release-1.6.29.5-beta.zip
|
||||
$ unzip release-1.6.29.5-beta.zip # or unzip release-1.6.29.5-beta
|
||||
$ cd ngx_pagespeed-release-1.6.29.5-beta/
|
||||
$ wget https://dl.google.com/dl/page-speed/psol/1.6.29.5.tar.gz
|
||||
$ tar -xzvf 1.6.29.5.tar.gz # expands to psol/
|
||||
$ wget https://github.com/pagespeed/ngx_pagespeed/archive/release-1.6.29.7-beta.zip
|
||||
$ unzip release-1.6.29.7-beta.zip # or unzip release-1.6.29.7-beta
|
||||
$ cd ngx_pagespeed-release-1.6.29.7-beta/
|
||||
$ wget https://dl.google.com/dl/page-speed/psol/1.6.29.7.tar.gz
|
||||
$ tar -xzvf 1.6.29.7.tar.gz # expands to psol/
|
||||
```
|
||||
|
||||
3. Download and build nginx:
|
||||
@@ -51,7 +51,7 @@ recompiling Tengine](https://github.com/pagespeed/ngx_pagespeed/wiki/Using-ngx_p
|
||||
$ wget http://nginx.org/download/nginx-1.4.3.tar.gz
|
||||
$ tar -xvzf nginx-1.4.3.tar.gz
|
||||
$ cd nginx-1.4.3/
|
||||
$ ./configure --add-module=$HOME/ngx_pagespeed-release-1.6.29.5-beta
|
||||
$ ./configure --add-module=$HOME/ngx_pagespeed-release-1.6.29.7-beta
|
||||
$ make
|
||||
$ sudo make install
|
||||
```
|
||||
@@ -93,7 +93,7 @@ To confirm that the module is loaded, fetch a page and check that you see the
|
||||
|
||||
```bash
|
||||
$ curl -I 'http://localhost:8050/some_page/' | grep X-Page-Speed
|
||||
X-Page-Speed: 1.6.29.5-...
|
||||
X-Page-Speed: 1.6.29.7-...
|
||||
```
|
||||
|
||||
Looking at the source of a few pages you should see various changes, such as
|
||||
|
||||
Reference in New Issue
Block a user