view src/core/nginx.h @ 2929:37b7cd336fdf

inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_header only if cache settings are similar
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Jun 2009 12:33:11 +0000
parents 6188bdc89e7c
children a135d995569a
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8001
#define NGINX_VERSION      "0.8.1"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */