~titusx/nginx/module-upload-progress

« back to all changes in this revision

Viewing changes to README

  • Committer: Brice Figureau
  • Date: 2011-09-11 16:24:16 UTC
  • Revision ID: git-v1:c7c663fb48cd3f933f11b8b8a05978ae2e4beea2
Tags: v0.8.3
VersionĀ 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
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