Ignore:
Timestamp:
01/14/08 12:32:34 (4 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
Branches:
master-v0.7, master-v0.6, next_upstream, upstream_count_limit
Children:
f54237
Parents:
1abb3d
git-author:
Tomash Brechko <tomash.brechko@…> (01/14/08 12:32:34)
git-committer:
Tomash Brechko <tomash.brechko@…> (01/14/08 12:32:34)
Message:

Add "http_507" to proxy_next_upstream/fastcgi_next_upstream.

Add support for "http_507" parameter in "proxy_next_upstream"
and "fastcgi_next_upstream" directives.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/src/http/modules/ngx_http_fastcgi_module.c

    r1abb3d r66a597  
    183183    { ngx_string("http_503"), NGX_HTTP_UPSTREAM_FT_HTTP_503 }, 
    184184    { ngx_string("http_504"), NGX_HTTP_UPSTREAM_FT_HTTP_504 }, 
     185    { ngx_string("http_507"), NGX_HTTP_UPSTREAM_FT_HTTP_507 }, 
    185186    { ngx_string("http_404"), NGX_HTTP_UPSTREAM_FT_HTTP_404 }, 
    186187    { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF }, 
Note: See TracChangeset for help on using the changeset viewer.