|
|
@@ -15,7 +15,7 @@ It works because Nginx acts as an accelerator of an upstream server, storing upl
|
|
15
|
15
|
on disk, before transmitting it to the upstream server. Each individual POST upload request
|
|
16
|
16
|
should contain a progress unique identifier.
|
|
17
|
17
|
|
|
18
|
|
-This module is Copyright (c) 2007,2008 Brice Figureau, and is licensed under the BSD license (see LICENSE).
|
|
|
18
|
+This module is Copyright (c) 2007-2011 Brice Figureau, and is licensed under the BSD license (see LICENSE).
|
|
19
|
19
|
* rbtree and shm_zone code is based on Igor Sysoev limit_zone Nginx module.
|
|
20
|
20
|
* expire header code is based on Igor Sysoev header_filter Nginx module.
|
|
21
|
21
|
|
|
|
@@ -30,7 +30,7 @@ WARNING:
|
|
30
|
30
|
Installation
|
|
31
|
31
|
============
|
|
32
|
32
|
|
|
33
|
|
-nginx_uploadprogress_module has been tested with Nginx 0.6.1, 0.6.12, 0.6.13 and 0.6.30.
|
|
|
33
|
+nginx_uploadprogress_module has been tested with Nginx 0.6.x, 0.7.x, 0.8.x and 1.0.x.
|
|
34
|
34
|
|
|
35
|
35
|
Download the Nginx sources from http://nginx.net/ and unpack it.
|
|
36
|
36
|
|