view src/core/nginx.h @ 4063:8d70904b6c48

Now if client requests more ranges than "max_ranges" permits, nginx disables ranges and returns just the source response.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 01 Sep 2011 13:03:55 +0000
parents 7968f1edbdde
children 39574a944f66
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001002
#define NGINX_VERSION      "1.1.2"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */