view src/core/nginx.h @ 3483:192b727c2563

do not add a port in redirect if we listen on unix domain socket
author Igor Sysoev <igor@sysoev.ru>
date Wed, 31 Mar 2010 13:30:50 +0000
parents b25825e260a1
children a92417aedcf2
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8035
#define NGINX_VERSION      "0.8.35"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */