view src/core/nginx.h @ 3114:1c4fcfe57af1

fix request counter for rewrite or internal redirection cycle, the bug was introduced in r3050
author Igor Sysoev <igor@sysoev.ru>
date Thu, 10 Sep 2009 16:34:09 +0000
parents 60bbe1764754
children 49fd9e436675
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8015
#define NGINX_VERSION      "0.8.15"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */