view src/core/nginx.h @ 579:4c5c2c55975c release-0.3.11

nginx-0.3.11-RELEASE import *) Bugfix: nginx did not pass the client request headers and body while proxying; the bug had appeared in 0.3.10.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Nov 2005 14:49:57 +0000
parents 4d9ea73a627a
children 326634fb9d47
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_ */