| Commit message (Expand) | Author | Age |
* | Proxy: made proxy_pass with variables more consistent. | Maxim Dounin | 2011-12-23 |
* | Proxy: added variables and regexp support to the first parameter of | Valentin Bartenev | 2011-12-12 |
* | Fixed Upgrade header clearing with proxy_cache. | Maxim Dounin | 2011-11-14 |
* | Fixed proxy_set_header inheritance with proxy_set_body. | Maxim Dounin | 2011-11-14 |
* | Fixed proxy_set_header inheritance with proxy_cache (ticket #45). | Maxim Dounin | 2011-11-14 |
* | Wording fix, "many data" is incorrect. | Maxim Dounin | 2011-10-12 |
* | Proxy: logging levels tuned, double logging fixed. | Maxim Dounin | 2011-09-25 |
* | Proxy: whitespaces after chunk size allowed. | Maxim Dounin | 2011-09-25 |
* | Proxy: basic HTTP/1.1 support (including keepalive). | Maxim Dounin | 2011-09-15 |
* | Protocol version parsing in ngx_http_parse_status_line(). | Maxim Dounin | 2011-09-15 |
* | Fixing proxy_set_body and proxy_pass_request_body with SSL. | Maxim Dounin | 2011-08-18 |
* | test length of proxy_pass with variables | Igor Sysoev | 2011-07-30 |
* | update r3945 with more descriptive error message | Igor Sysoev | 2011-07-29 |
* | always test proxy_redirect with slash, this fixes a case when nginx uses | Igor Sysoev | 2011-02-17 |
* | *) make code consistent to fastcgi, etc | Igor Sysoev | 2010-08-03 |
* | use NULL instead of 0 | Igor Sysoev | 2010-08-03 |
* | inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass inside | Igor Sysoev | 2010-08-03 |
* | fix directive type | Igor Sysoev | 2010-08-02 |
* | add warnings for proxy_no_cache and fastcgi_no_cache | Igor Sysoev | 2010-07-19 |
* | proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass | Igor Sysoev | 2010-07-19 |
* | use ngx_http_test_predicates(), ngx_http_set_predicate_slot() | Igor Sysoev | 2010-07-14 |
* | do not use a cache headers set to hide | Igor Sysoev | 2010-07-02 |
* | use shared ngx_http_upstream_ignore_headers_masks[] | Igor Sysoev | 2010-07-02 |
* | fix r3628 | Igor Sysoev | 2010-06-15 |
* | make code more obviuos | Igor Sysoev | 2010-06-15 |
* | use ngx_http_parse_status_line() | Igor Sysoev | 2010-06-15 |
* | allow spaces in URI | Igor Sysoev | 2010-06-15 |
* | delete useless code | Igor Sysoev | 2010-06-07 |
* | fix rewritten Refresh header length | Igor Sysoev | 2010-06-07 |
* | use local headers_names array instead of stored in configuration | Igor Sysoev | 2010-06-03 |
* | proxy_no_cache and fastcgi_no_cache | Igor Sysoev | 2010-05-24 |
* | delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout, | Igor Sysoev | 2010-05-20 |
* | ngx_str_set() and ngx_str_null() | Igor Sysoev | 2010-05-14 |
* | reset a parsing state to parse correctly an upstream response, | Igor Sysoev | 2010-03-25 |
* | "proxy_redirect default" may not be used if a proxy_pass uses variables | Igor Sysoev | 2010-03-10 |
* | fix proxy_redirect name in error message | Igor Sysoev | 2010-03-10 |
* | fix typo | Igor Sysoev | 2009-12-23 |
* | fix the "If-None-Match" header name | Igor Sysoev | 2009-12-22 |
* | log proxied HTTP/0.9 responses status as "009" | Igor Sysoev | 2009-11-29 |
* | allow "proxy_pass http://$backend" without URI part | Igor Sysoev | 2009-11-15 |
* | proxy_bind, fastcgi_bind, and memcached_bind | Igor Sysoev | 2009-11-02 |
* | ngx_http_upstream_create() to cleanup the previous upstream after | Igor Sysoev | 2009-07-27 |
* | do auto redirect for proxy_pass/fastcgi_pass with variables | Igor Sysoev | 2009-07-20 |
* | fix building --without-http-cache, broken in r2930 | Igor Sysoev | 2009-06-15 |
* | inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_header | Igor Sysoev | 2009-06-08 |
* | proxy_cache_use_stale/fastcgi_cache_use_stale updating | Igor Sysoev | 2009-06-06 |
* | return NULL instead of NGX_CONF_ERROR on a create conf failure | Igor Sysoev | 2009-06-02 |
* | report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibility | Igor Sysoev | 2009-05-28 |
* | style fix | Igor Sysoev | 2009-05-28 |
* | proxy_cache_methods and fastcgi_cache_methods | Igor Sysoev | 2009-05-19 |