summaryrefslogtreecommitdiff
tag namev0.3.53 (0ea9a43cecf1ec8850b6c97963805c11041bec4c)
tag date2006-07-07 16:31:14 +0000
tagged byJonathan Kolb <jon@b0g.us>
tagged objectcommit fdd7648359...
downloadnginx-0.3.53.tar.gz
Changes with nginx 0.3.53 07 Jul 2006
*) Change: the "add_header" directive adds the string to 204, 301, and 302 responses. *) Feature: the "server" directive if the "upstream" context supports the "weight" parameter. *) Feature: the "server_name" directive supports the "*" wildcard. *) Feature: nginx supports the request body size more than 2G. *) Bugfix: if a client was successfully authorized using "satisfy_any on", then anyway the "access forbidden by rule" message was written in the log. *) Bugfix: the "PUT" method may erroneously not create a file and return the 409 code. *) Bugfix: if the IMAP/POP3 backend returned an error, then nginx continued proxying anyway.