Skip to content

Commit

Permalink
confirmed that we work with nginx 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jul 6, 2011
1 parent 376db1f commit 6ac116c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README
Expand Up @@ -88,12 +88,12 @@ Directives

Installation
Grab the nginx source code from nginx.net (<http://nginx.net/ >), for
example, the version 0.8.54 (see nginx compatibility), and then build
example, the version 1.0.4 (see nginx compatibility), and then build
the source with this module:

$ wget 'http://sysoev.ru/nginx/nginx-0.8.54.tar.gz'
$ tar -xzvf nginx-0.8.54.tar.gz
$ cd nginx-0.8.54/
$ wget 'http://sysoev.ru/nginx/nginx-1.0.4.tar.gz'
$ tar -xzvf nginx-1.0.4.tar.gz
$ cd nginx-1.0.4/

# Here we assume you would install you nginx under /opt/nginx/.
$ ./configure --prefix=/opt/nginx \
Expand All @@ -110,6 +110,8 @@ Installation
Compatibility
The following versions of Nginx should work with this module:

* 1.0.x (last tested: 1.0.4)

* 0.9.x (last tested: 0.9.4)

* 0.8.x (last tested: 0.8.54)
Expand Down
1 change: 1 addition & 0 deletions util/build.sh
Expand Up @@ -35,6 +35,7 @@ cd nginx-$version/ || exit 1
if [[ "$BUILD_CLEAN" -eq 1 || ! -f Makefile || "$root/config" -nt Makefile || "$root/util/build.sh" -nt Makefile ]]; then
./configure --prefix=$target \
--with-cc-opt="-O1" \
--with-ld-opt="-Wl,-rpath,/opt/drizzle/lib" \
--without-mail_pop3_module \
--without-mail_imap_module \
--without-mail_smtp_module \
Expand Down

0 comments on commit 6ac116c

Please sign in to comment.