diff CHANGES @ 158:2d15b82126ed NGINX_0_3_26

nginx 0.3.26 *) Change: the "optimize_host_names" directive was renamed to the "optimize_server_names". *) Bugfix: if in the "proxy_pass" directive was no the URI part, then the main request URI was transferred to a backend while proxying the SSI subrequest.
author Igor Sysoev <http://sysoev.ru>
date Fri, 03 Feb 2006 00:00:00 +0300
parents 65f0c23130e8
children 73e8476f9142
line wrap: on
line diff
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+
+Changes with nginx 0.3.26                                        03 Feb 2006
+
+    *) Change: the "optimize_host_names" directive was renamed to the 
+       "optimize_server_names".
+
+    *) Bugfix: if in the "proxy_pass" directive was no the URI part, then 
+       the main request URI was transferred to a backend while proxying the 
+       SSI subrequest.
+
 
 Changes with nginx 0.3.25                                        01 Feb 2006
 
@@ -13,7 +23,7 @@ Changes with nginx 0.3.24               
     *) Bugfix: now a response generated by the "post_action" directive is 
        not transferred to a client.
 
-    *) Bugfix: the memory leaks were occuring if many log files were used.
+    *) Bugfix: the memory leaks were occurring if many log files were used.
 
     *) Bugfix: the first "proxy_redirect" directive was working inside one 
        location.