Ignore:
Timestamp:
01/14/08 11:39:07 (4 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
Branches:
master-v0.7, master-v0.6, next_upstream, upstream_count_limit
Children:
66a597
Parents:
a64318
git-author:
Tomash Brechko <tomash.brechko@…> (01/14/08 11:34:55)
git-committer:
Tomash Brechko <tomash.brechko@…> (01/14/08 11:39:07)
Message:

Add "http_502" and others to proxy_next_upstream/fastcgi_next_upstream.

Add support for "http_502", "http_503", "http_504" parameters in
"proxy_next_upstream" and "fastcgi_next_upstream" directives.

Patch by Maxim Dounin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/src/http/ngx_http_upstream.h

    r0019fc r1abb3d  
    2525#define NGX_HTTP_UPSTREAM_FT_BUSY_LOCK       0x00000080 
    2626#define NGX_HTTP_UPSTREAM_FT_MAX_WAITING     0x00000100 
     27#define NGX_HTTP_UPSTREAM_FT_HTTP_502        0x00000200 
     28#define NGX_HTTP_UPSTREAM_FT_HTTP_504        0x00000400 
    2729#define NGX_HTTP_UPSTREAM_FT_OFF             0x80000000 
    2830 
Note: See TracChangeset for help on using the changeset viewer.