From 8290d287b40f017404ef90dc93cc793f987d1492 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 3 Feb 2006 12:58:48 +0000 Subject: nginx-0.3.26-RELEASE import *) 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. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/nginx.h b/src/core/nginx.h index 66df80dff..c8ddddbd9 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.3.25" +#define NGINX_VER "nginx/0.3.26" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" -- cgit v1.2.3