~ubuntu-branches/ubuntu/lucid/nginx/lucid

« back to all changes in this revision

Viewing changes to src/http/ngx_http_core_module.h

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-11-30 13:34:00 UTC
  • mfrom: (1.1.14 upstream) (4.2.10 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091130133400-n0ux4igma2y3y0pl
Tags: 0.7.63-1ubuntu1
* Merge from debian testing (LP: #490450), remaining changes:
  - Install html files.
    - debian/dirs: Add 'var/www/nginx-default'.
    - debian/nginx.install: Add 'html/* var/www/nginx-default'.
  - Added a UFW profile set: (LP: #308695)
    + debian/nginx.ufw.profile: Added.
    + debian/control: nginx: Suggests ufw.
    + debian/dirs: Added 'etc/ufw/applications.d'
    + debian/rules: Added install rule for the nginx UFW profile. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
    size_t        send_lowat;              /* send_lowat */
325
325
    size_t        postpone_output;         /* postpone_output */
326
326
    size_t        limit_rate;              /* limit_rate */
 
327
    size_t        limit_rate_after;        /* limit_rate_after */
327
328
    size_t        sendfile_max_chunk;      /* sendfile_max_chunk */
328
329
 
329
330
    ngx_msec_t    client_body_timeout;     /* client_body_timeout */