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

« back to all changes in this revision

Viewing changes to src/http/ngx_http_upstream.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:
317
317
ngx_int_t ngx_http_upstream_header_variable(ngx_http_request_t *r,
318
318
    ngx_http_variable_value_t *v, uintptr_t data);
319
319
 
 
320
ngx_int_t ngx_http_upstream_create(ngx_http_request_t *r);
320
321
void ngx_http_upstream_init(ngx_http_request_t *r);
321
322
ngx_http_upstream_srv_conf_t *ngx_http_upstream_add(ngx_conf_t *cf,
322
323
    ngx_url_t *u, ngx_uint_t flags);