Merge pull request #346 from patschi/patch-3
Updated README.md: nginx-1.4.1 stable
This commit is contained in:
@@ -48,9 +48,9 @@ recompiling Tengine](https://github.com/pagespeed/ngx_pagespeed/wiki/Using-ngx_p
|
||||
|
||||
```bash
|
||||
$ # check http://nginx.org/en/download.html for the latest version
|
||||
$ wget http://nginx.org/download/nginx-1.4.0.tar.gz
|
||||
$ tar -xvzf nginx-1.4.0.tar.gz
|
||||
$ cd nginx-1.4.0/
|
||||
$ wget http://nginx.org/download/nginx-1.4.1.tar.gz
|
||||
$ tar -xvzf nginx-1.4.1.tar.gz
|
||||
$ cd nginx-1.4.1/
|
||||
$ ./configure --add-module=$HOME/ngx_pagespeed-release-1.5.27.2-beta
|
||||
$ make
|
||||
$ sudo make install
|
||||
|
||||
Reference in New Issue
Block a user