comparison src/core/nginx.h @ 12:7da8ea7c4448 NGINX_0_1_6

nginx 0.1.6 *) Bugfix: some location directive combinations with the regular expressions caused the wrong configuration choose.
author Igor Sysoev <http://sysoev.ru>
date Thu, 11 Nov 2004 00:00:00 +0300
parents 46833bd150cb
children 8a529698ed55
comparison
equal deleted inserted replaced
11:74f668c50bce 12:7da8ea7c4448
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.1.5" 11 #define NGINX_VER "nginx/0.1.6"
12 12
13 #define NGINX_VAR "NGINX" 13 #define NGINX_VAR "NGINX"
14 #define NGX_NEWPID_EXT ".newbin" 14 #define NGX_NEWPID_EXT ".newbin"
15 15
16 16