comparison src/core/nginx.h @ 609:608cf78b24ef release-0.3.26

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.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 03 Feb 2006 12:58:48 +0000
parents 77cdfe394a94
children 3f8a2132b93d
comparison
equal deleted inserted replaced
608:a2777592385e 609:608cf78b24ef
6 6
7 #ifndef _NGINX_H_INCLUDED_ 7 #ifndef _NGINX_H_INCLUDED_
8 #define _NGINX_H_INCLUDED_ 8 #define _NGINX_H_INCLUDED_
9 9
10 10
11 #define NGINX_VER "nginx/0.3.25" 11 #define NGINX_VER "nginx/0.3.26"
12 12
13 #define NGINX_VAR "NGINX" 13 #define NGINX_VAR "NGINX"
14 #define NGX_OLDPID_EXT ".oldbin" 14 #define NGX_OLDPID_EXT ".oldbin"
15 15
16 16