| Age | Commit message (Collapse) | Author | Files | Lines |
|
patch by Lanshun Zhou
|
|
|
|
proxy_pass "http://www", upstream redirects to "http://www.host/uri",
and nginx rewrites it as ".host/uri"
patch by Maxim Dounin
|
|
*) remove STUB comment
|
|
|
|
a limit_except block if no handler was defined for the block
|
|
|
|
|
|
|
|
delete ngx_http_cache(), ngx_http_no_cache_set_slot()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and allocate its elements from temporary pool
|
|
|
|
fastcgi_upstream_max_fails, fastcgi_upstream_fail_timeout,
memcached_upstream_max_fails, and memcached_upstream_fail_timeout
directives obsolete since 0.5.0 version
|
|
|
|
if 400 or 414 response has been redirected to upstream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
internal redirect
|
|
|
|
|
|
only if cache settings are similar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*) warn about "proxy_redirect false"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|