45faac7f15
*) Bugfix: in the ngx_http_autoindex_module.
17 lines
243 B
C
17 lines
243 B
C
|
|
/*
|
|
* Copyright (C) Igor Sysoev
|
|
*/
|
|
|
|
|
|
#ifndef _NGINX_H_INCLUDED_
|
|
#define _NGINX_H_INCLUDED_
|
|
|
|
|
|
#define NGINX_VER "nginx/0.1.4"
|
|
|
|
#define NGINX_VAR "NGINX"
|
|
#define NGX_NEWPID_EXT ".newbin"
|
|
|
|
|
|
#endif /* _NGINX_H_INCLUDED_ */
|