view src/core/nginx.h @ 2584:91e287d78d90

fix directory test in try_files
author Igor Sysoev <igor@sysoev.ru>
date Fri, 20 Mar 2009 16:47:23 +0000
parents f4bed862cc9b
children 21337b5bd057
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.44"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */