nginx 1.4.0 in the readme

This commit is contained in:
Ilya Grigorik
2013-04-24 12:05:13 -07:00
parent 726271fdaa
commit 11f5008b1e
+3 -3
View File
@@ -45,9 +45,9 @@ recompiling Tengine](https://github.com/pagespeed/ngx_pagespeed/wiki/Using-ngx_p
```bash ```bash
$ # 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.3.15.tar.gz $ wget http://nginx.org/download/nginx-1.4.0.tar.gz
$ tar -xvzf nginx-1.3.15.tar.gz $ tar -xvzf nginx-1.4.0.tar.gz
$ cd nginx-1.3.15/ $ cd nginx-1.4.0/
$ ./configure --add-module=$HOME/ngx_pagespeed-release-1.5.27.1-beta $ ./configure --add-module=$HOME/ngx_pagespeed-release-1.5.27.1-beta
$ make $ make
$ sudo make install $ sudo make install