| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this fixes fastcgi_catch_stderr segfault introduced in r1453
*) ngx_http_upstream_hide_headers_hash()
*) proxy/fastcgi pass_header/hide_header use
ngx_http_upstream_hide_headers_hash()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the bug was introduced in r1154
|
|
|
|
|
|
|
|
proxy_pass http://backend;
proxy_pass https://backend;
both use one port - 80 or 443, that was defined first.
|
|
proxy_store_access and fastcgi_store_access were added
|
|
|
|
|
|
with 0 code, ngx_http_writer() was not set, and response part in file was lost
|
|
|
|
|
|
|
|
|
|
|
|
use it in ngx_http_upstream_process_header() path too
|
|
|
|
|
|
|
|
|
|
to upstream, and nginx tries next upstream
|
|
|
|
|
|
|
|
|
|
|
|
|