mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
nginx-0.1.21-RELEASE import
*) Bugfix: the ngx_http_stub_status_module showed incorrect statistics
if "rtsig" method was used or if several worker process ran on SMP.
*) Bugfix: nginx could not be built by the icc compiler on Linux or if
the zlib-1.2.x library was building from sources.
*) Bugfix: nginx could not be built on NetBSD 2.0.
This commit is contained in:
18
auto/summary
18
auto/summary
@@ -118,22 +118,22 @@ fi
|
||||
|
||||
|
||||
cat << END
|
||||
nginx path prefix: $NGX_PREFIX
|
||||
nginx binary file: $NGX_SBIN_PATH
|
||||
nginx configuration file: $NGX_CONF_PATH
|
||||
nginx pid file: $NGX_PID_PATH
|
||||
nginx path prefix: "$NGX_PREFIX"
|
||||
nginx binary file: "$NGX_SBIN_PATH"
|
||||
nginx configuration file: "$NGX_CONF_PATH"
|
||||
nginx pid file: "$NGX_PID_PATH"
|
||||
END
|
||||
|
||||
if test -n "$NGX_ERROR_LOG_PATH"; then
|
||||
echo " nginx error log file: $NGX_ERROR_LOG_PATH"
|
||||
echo " nginx error log file: \"$NGX_ERROR_LOG_PATH\""
|
||||
else
|
||||
echo " nginx logs errors to stderr"
|
||||
fi
|
||||
|
||||
cat << END
|
||||
nginx http access log file: $NGX_HTTP_LOG_PATH
|
||||
nginx http client request body temporary files: $NGX_HTTP_CLIENT_TEMP_PATH
|
||||
nginx http proxy temporary files: $NGX_HTTP_PROXY_TEMP_PATH
|
||||
nginx http fastcgi temporary files: $NGX_HTTP_FASTCGI_TEMP_PATH
|
||||
nginx http access log file: "$NGX_HTTP_LOG_PATH"
|
||||
nginx http client request body temporary files: "$NGX_HTTP_CLIENT_TEMP_PATH"
|
||||
nginx http proxy temporary files: "$NGX_HTTP_PROXY_TEMP_PATH"
|
||||
nginx http fastcgi temporary files: "$NGX_HTTP_FASTCGI_TEMP_PATH"
|
||||
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user