mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00

*) Feature: the new "script_filename" and "remote_port" parameters of the fastcgi_params directive. *) Bugfix: the FastCGI stderr stream was handled incorrectly.
18 lines
244 B
C
18 lines
244 B
C
|
|
/*
|
|
* Copyright (C) Igor Sysoev
|
|
*/
|
|
|
|
|
|
#ifndef _NGINX_H_INCLUDED_
|
|
#define _NGINX_H_INCLUDED_
|
|
|
|
|
|
#define NGINX_VER "nginx/0.1.20"
|
|
|
|
#define NGINX_VAR "NGINX"
|
|
#define NGX_NEWPID_EXT ".newbin"
|
|
|
|
|
|
#endif /* _NGINX_H_INCLUDED_ */
|