readme: use nginx 1.6.0
This commit is contained in:
@@ -49,9 +49,9 @@ recompiling Tengine](https://github.com/pagespeed/ngx_pagespeed/wiki/Using-ngx_p
|
|||||||
```bash
|
```bash
|
||||||
$ cd ~
|
$ cd ~
|
||||||
$ # check http://nginx.org/en/download.html for the latest version
|
$ # check http://nginx.org/en/download.html for the latest version
|
||||||
$ wget http://nginx.org/download/nginx-1.4.6.tar.gz
|
$ wget http://nginx.org/download/nginx-1.6.0.tar.gz
|
||||||
$ tar -xvzf nginx-1.4.6.tar.gz
|
$ tar -xvzf nginx-1.6.0.tar.gz
|
||||||
$ cd nginx-1.4.6/
|
$ cd nginx-1.6.0/
|
||||||
$ ./configure --add-module=$HOME/ngx_pagespeed-1.7.30.4-beta
|
$ ./configure --add-module=$HOME/ngx_pagespeed-1.7.30.4-beta
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|||||||
Reference in New Issue
Block a user