Skip to content

Commit

Permalink
updated docs to reflect recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jan 11, 2014
1 parent 61af6c9 commit 0c6e05d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Table of Contents
Version
=======

This document describes headers-more-nginx-module [v0.24](http://github.com/agentzh/headers-more-nginx-module/tags) released on 14 December 2013.
This document describes headers-more-nginx-module [v0.25](http://github.com/agentzh/headers-more-nginx-module/tags) released on 10 January 2014.

Synopsis
========
Expand Down Expand Up @@ -322,13 +322,13 @@ Installation
============

Grab the nginx source code from [nginx.org](http://nginx.org/), for example,
the version 1.4.4 (see [nginx compatibility](#compatibility)), and then build the source with this module:
the version 1.5.8 (see [nginx compatibility](#compatibility)), and then build the source with this module:

```bash

wget 'http://nginx.org/download/nginx-1.4.4.tar.gz'
tar -xzvf nginx-1.4.4.tar.gz
cd nginx-1.4.4/
wget 'http://nginx.org/download/nginx-1.5.8.tar.gz'
tar -xzvf nginx-1.5.8.tar.gz
cd nginx-1.5.8/

# Here we assume you would install you nginx under /opt/nginx/.
./configure --prefix=/opt/nginx \
Expand All @@ -349,6 +349,7 @@ Compatibility

The following versions of Nginx should work with this module:

* **1.5.x** (last tested: 1.5.8)
* **1.4.x** (last tested: 1.4.4)
* **1.3.x** (last tested: 1.3.7)
* **1.2.x** (last tested: 1.2.9)
Expand Down Expand Up @@ -467,7 +468,7 @@ Copyright & License

The code base is borrowed directly from the standard [headers](http://nginx.org/en/docs/http/ngx_http_headers_module.html) module in Nginx 0.8.24. This part of code is copyrighted by Igor Sysoev.

Copyright (c) 2009-2013, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
Copyright (c) 2009-2014, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.

Copyright (c) 2010-2013, Bernd Dorn.

Expand Down
13 changes: 7 additions & 6 deletions doc/HttpHeadersMoreModule.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

= Version =

This document describes headers-more-nginx-module [http://github.com/agentzh/headers-more-nginx-module/tags v0.24] released on 14 December 2013.
This document describes headers-more-nginx-module [http://github.com/agentzh/headers-more-nginx-module/tags v0.25] released on 10 January 2014.

= Synopsis =

Expand Down Expand Up @@ -249,12 +249,12 @@ See [[#more_set_input_headers|more_set_input_headers]] for more details.
= Installation =

Grab the nginx source code from [http://nginx.org/ nginx.org], for example,
the version 1.4.4 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:
the version 1.5.8 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:

<geshi lang="bash">
wget 'http://nginx.org/download/nginx-1.4.4.tar.gz'
tar -xzvf nginx-1.4.4.tar.gz
cd nginx-1.4.4/
wget 'http://nginx.org/download/nginx-1.5.8.tar.gz'
tar -xzvf nginx-1.5.8.tar.gz
cd nginx-1.5.8/

# Here we assume you would install you nginx under /opt/nginx/.
./configure --prefix=/opt/nginx \
Expand All @@ -272,6 +272,7 @@ Also, this module is included and enabled by default in the [http://openresty.or

The following versions of Nginx should work with this module:

* '''1.5.x''' (last tested: 1.5.8)
* '''1.4.x''' (last tested: 1.4.4)
* '''1.3.x''' (last tested: 1.3.7)
* '''1.2.x''' (last tested: 1.2.9)
Expand Down Expand Up @@ -355,7 +356,7 @@ This wiki page is also maintained by the author himself, and everybody is encour

The code base is borrowed directly from the standard [[HttpHeadersModule|headers]] module in Nginx 0.8.24. This part of code is copyrighted by Igor Sysoev.

Copyright (c) 2009-2013, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
Copyright (c) 2009-2014, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.

Copyright (c) 2010-2013, Bernd Dorn.

Expand Down

0 comments on commit 0c6e05d

Please sign in to comment.