summaryrefslogtreecommitdiffhomepage
path: root/auto/summary
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-02-22 14:40:13 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-02-22 14:40:13 +0000
commitd039a2e193c9172e4f415b9304222e81804a69d0 (patch)
tree4571d4da7950e9464e788a4d68dc5111167de52c /auto/summary
parent174db74f2309e28c0e2b54e89b9e08afff187c7c (diff)
downloadnginx-release-0.1.21.tar.gz
nginx-release-0.1.21.tar.bz2
nginx-0.1.21-RELEASE importrelease-0.1.21
*) 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.
Diffstat (limited to 'auto/summary')
-rw-r--r--auto/summary18
1 files changed, 9 insertions, 9 deletions
diff --git a/auto/summary b/auto/summary
index 243d6a362..4848c225f 100644
--- a/auto/summary
+++ b/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