aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_proxy_module.c
Commit message (Collapse)AuthorAge
...
* do not use a cache headers set to hideIgor Sysoev2010-07-02
|
* use shared ngx_http_upstream_ignore_headers_masks[]Igor Sysoev2010-07-02
|
* fix r3628Igor Sysoev2010-06-15
|
* make code more obviuosIgor Sysoev2010-06-15
|
* use ngx_http_parse_status_line()Igor Sysoev2010-06-15
|
* allow spaces in URIIgor Sysoev2010-06-15
|
* delete useless codeIgor Sysoev2010-06-07
|
* fix rewritten Refresh header lengthIgor Sysoev2010-06-07
|
* use local headers_names array instead of stored in configurationIgor Sysoev2010-06-03
| | | | and allocate its elements from temporary pool
* proxy_no_cache and fastcgi_no_cacheIgor Sysoev2010-05-24
|
* delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,Igor Sysoev2010-05-20
| | | | | | fastcgi_upstream_max_fails, fastcgi_upstream_fail_timeout, memcached_upstream_max_fails, and memcached_upstream_fail_timeout directives obsolete since 0.5.0 version
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-14
|
* reset a parsing state to parse correctly an upstream response,Igor Sysoev2010-03-25
| | | | if 400 or 414 response has been redirected to upstream
* "proxy_redirect default" may not be used if a proxy_pass uses variablesIgor Sysoev2010-03-10
|
* fix proxy_redirect name in error messageIgor Sysoev2010-03-10
|
* fix typoIgor Sysoev2009-12-23
|
* fix the "If-None-Match" header nameIgor Sysoev2009-12-22
|
* log proxied HTTP/0.9 responses status as "009"Igor Sysoev2009-11-29
|
* allow "proxy_pass http://$backend" without URI partIgor Sysoev2009-11-15
|
* proxy_bind, fastcgi_bind, and memcached_bindIgor Sysoev2009-11-02
|
* ngx_http_upstream_create() to cleanup the previous upstream afterIgor Sysoev2009-07-27
| | | | internal redirect
* do auto redirect for proxy_pass/fastcgi_pass with variablesIgor Sysoev2009-07-20
|
* fix building --without-http-cache, broken in r2930Igor Sysoev2009-06-15
|
* inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_headerIgor Sysoev2009-06-08
| | | | only if cache settings are similar
* proxy_cache_use_stale/fastcgi_cache_use_stale updatingIgor Sysoev2009-06-06
|
* return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev2009-06-02
|
* report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibilityIgor Sysoev2009-05-28
|
* style fixIgor Sysoev2009-05-28
|
* proxy_cache_methods and fastcgi_cache_methodsIgor Sysoev2009-05-19
|
* proxy_ignore_headers and fastcgi_ignore_headersIgor Sysoev2009-04-30
|
* *) check a proxy_redirect single parameterIgor Sysoev2009-04-30
| | | | *) warn about "proxy_redirect false"
* merge SSL context inside "if" blockIgor Sysoev2009-04-24
|
* move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev2009-04-16
|
* hide cacheable Set-Cookie and P3P response headersIgor Sysoev2009-04-15
|
* do not pass if-... headers for cacheable responsesIgor Sysoev2009-04-15
|
* proxy_cache_keyIgor Sysoev2009-04-06
|
* unlink proxy_cache and proxy_cache_validIgor Sysoev2009-03-24
|
* fix the previous commitIgor Sysoev2009-03-23
|
* axe old definition fieldsIgor Sysoev2009-03-23
|
* a prelimiary proxy cache supportIgor Sysoev2009-03-23
|
* fix segfault, introduced in r2423Igor Sysoev2008-12-24
|
* variable support for unix sockets in fastcgi_pass and proxy_passIgor Sysoev2008-12-23
|
* delete surplus upstream.schema fieldIgor Sysoev2008-12-10
|
* fix r1913Igor Sysoev2008-10-30
|
* fix case proxy_pass URL is evaluted to http://host?argsIgor Sysoev2008-10-24
|
* *) ngx_http_upstream_test_next()Igor Sysoev2008-09-30
| | | | | *) add proxy_next_upstream http_502 and http_504 *) fix http_503
* underscores_in_headersIgor Sysoev2008-09-24
|
* remove unused #include'sIgor Sysoev2008-09-05
|
* *) refactor ngx_parse_inet_url()Igor Sysoev2008-08-26
| | | | | *) refactor ngx_parse_unix_domain_url() *) delete unused ngx_url_t fields
* proxy_ssl_session_reuseIgor Sysoev2008-08-17
|