Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-02-03 15:58:48 +0300
committerIgor Sysoev <igor@sysoev.ru>2006-02-03 15:58:48 +0300
commit8290d287b40f017404ef90dc93cc793f987d1492 (patch)
tree1f69eb2c85bb6f839ec654dd8826b9c839167e8c /src/core
parent3d1679b4b03162ec477a90dce2088ab40aee830f (diff)
nginx-0.3.26-RELEASE importrelease-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.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/nginx.h2
1 files changed, 1 insertions, 1 deletions
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"