summaryrefslogtreecommitdiff
tag namev0.5.17 (6b230c17ddb9f63cdff34b7d3cf78705d4f525b2)
tag date2007-04-02 10:45:03 +0000
tagged byJonathan Kolb <jon@b0g.us>
tagged objectcommit 71b65bfec6...
downloadnginx-0.5.17.tar.gz
Changes with nginx 0.5.17 02 Apr 2007
*) Change: now nginx always returns the 405 status for the TRACE method. *) Feature: now nginx supports the "include" directive inside the "types" block. *) Bugfix: the $document_root variable usage in the "root" and "alias" directives is disabled: this caused recursive stack overflow. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive. *) Bugfix: in some cases non-cachable variables (such as $uri variable) returned old cached value.