readme: use nginx 1.6.0

This commit is contained in:
Jeff Kaufman
2014-04-25 08:27:26 -04:00
parent 323e820fde
commit b4af0738a5
+3 -3
View File
@@ -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