Merge pull request #633 from pnommensen/patch-2

readme: use nginx 1.4.6
This commit is contained in:
Jeff Kaufman
2014-03-07 13:17:42 -05:00
+1 -1
View File
@@ -51,7 +51,7 @@ recompiling Tengine](https://github.com/pagespeed/ngx_pagespeed/wiki/Using-ngx_p
$ # check http://nginx.org/en/download.html for the latest version
$ wget http://nginx.org/download/nginx-1.4.6.tar.gz
$ tar -xvzf nginx-1.4.6.tar.gz
$ cd nginx-1.4.5/
$ cd nginx-1.4.6/
$ ./configure --add-module=$HOME/ngx_pagespeed-1.7.30.3-beta
$ make
$ sudo make install