summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_proxy_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-13Proxy: added the "proxy_cookie_path" directive.Valentin Bartenev1-4/+127
2012-02-13Proxy: added the "proxy_cookie_domain" directive.Valentin Bartenev1-0/+202
2012-02-13Proxy: generic regex related code from the "proxy_redirect" directive movedValentin Bartenev1-23/+47
2012-02-13Proxy: generic rewrite code from the "proxy_redirect" handlers moved to aValentin Bartenev1-44/+52
2012-02-13Proxy: renamed some "proxy_redirect" related declarations to a more general andValentin Bartenev1-45/+45
2012-01-30Fixed proxy_redirect off inheritance.Valentin Bartenev1-0/+2
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2012-01-16Fixed proxy_cache_use_stale in "no live upstreams" case.Maxim Dounin1-5/+9
2012-01-11Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.Maxim Dounin1-1/+3
2012-01-10Fixed: proxy_redirect with regex might broke Refresh header.Valentin Bartenev1-1/+19
2011-12-26Cache locks initial implementation.Maxim Dounin1-0/+22
2011-12-23Proxy: made proxy_pass with variables more consistent.Maxim Dounin1-6/+3
2011-12-12Proxy: added variables and regexp support to the first parameter ofValentin Bartenev1-99/+119
2011-11-14Fixed Upgrade header clearing with proxy_cache.Maxim Dounin1-0/+1
2011-11-14Fixed proxy_set_header inheritance with proxy_set_body.Maxim Dounin1-17/+12
2011-11-14Fixed proxy_set_header inheritance with proxy_cache (ticket #45).Maxim Dounin1-9/+23
2011-10-12Wording fix, "many data" is incorrect.Maxim Dounin1-1/+1
2011-09-25Proxy: logging levels tuned, double logging fixed.Maxim Dounin1-6/+3
2011-09-25Proxy: whitespaces after chunk size allowed.Maxim Dounin1-0/+4
2011-09-15Proxy: basic HTTP/1.1 support (including keepalive).Maxim Dounin1-5/+773
2011-09-15Protocol version parsing in ngx_http_parse_status_line().Maxim Dounin1-0/+5
2011-08-18Fixing proxy_set_body and proxy_pass_request_body with SSL.Maxim Dounin1-2/+1
2011-07-30test length of proxy_pass with variablesIgor Sysoev1-4/+6
2011-07-29update r3945 with more descriptive error messageIgor Sysoev1-0/+2
2011-02-17always test proxy_redirect with slash, this fixes a case when nginx usesIgor Sysoev1-4/+30
2010-08-03*) make code consistent to fastcgi, etcIgor Sysoev1-6/+5
2010-08-03use NULL instead of 0Igor Sysoev1-1/+1
2010-08-03inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass insideIgor Sysoev1-0/+8
2010-08-02fix directive typeIgor Sysoev1-4/+4
2010-07-19add warnings for proxy_no_cache and fastcgi_no_cacheIgor Sysoev1-0/+6
2010-07-19proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypassIgor Sysoev1-0/+11
2010-07-14use ngx_http_test_predicates(), ngx_http_set_predicate_slot()Igor Sysoev1-1/+1
2010-07-02do not use a cache headers set to hideIgor Sysoev1-27/+1
2010-07-02use shared ngx_http_upstream_ignore_headers_masks[]Igor Sysoev1-10/+1
2010-06-15fix r3628Igor Sysoev1-3/+0
2010-06-15make code more obviuosIgor Sysoev1-5/+6
2010-06-15use ngx_http_parse_status_line()Igor Sysoev1-228/+13
2010-06-15allow spaces in URIIgor Sysoev1-1/+1
2010-06-07delete useless codeIgor Sysoev1-6/+2
2010-06-07fix rewritten Refresh header lengthIgor Sysoev1-2/+2
2010-06-03use local headers_names array instead of stored in configurationIgor Sysoev1-12/+6
2010-05-24proxy_no_cache and fastcgi_no_cacheIgor Sysoev1-0/+11
2010-05-20delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,Igor Sysoev1-45/+0
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-24/+12
2010-03-25reset a parsing state to parse correctly an upstream response,Igor Sysoev1-0/+2
2010-03-10"proxy_redirect default" may not be used if a proxy_pass uses variablesIgor Sysoev1-0/+7
2010-03-10fix proxy_redirect name in error messageIgor Sysoev1-2/+2
2009-12-23fix typoIgor Sysoev1-1/+1
2009-12-22fix the "If-None-Match" header nameIgor Sysoev1-1/+1
2009-11-29log proxied HTTP/0.9 responses status as "009"Igor Sysoev1-2/+0