view src/core/nginx.h @ 2140:dce5ddef5af9

if upstream sent a location header without status use 302
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Aug 2008 14:53:16 +0000
parents 6a0eb17fa027
children 82c3fdb74c12
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.8"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */