view src/core/nginx.h @ 128:f1ad9023c312 NGINX_0_3_11

nginx 0.3.11 *) Bugfix: nginx did not pass the client request headers and body while proxying; bug appeared in 0.3.10.
author Igor Sysoev <http://sysoev.ru>
date Tue, 15 Nov 2005 00:00:00 +0300
parents df17fbafec8f
children 82d695e3d662
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.3.11"

#define NGINX_VAR          "NGINX"
#define NGX_OLDPID_EXT     ".oldbin"


#endif /* _NGINX_H_INCLUDED_ */