nginx-0.0.3-2004-05-19-00:28:54 import

This commit is contained in:
Igor Sysoev
2004-05-18 20:28:54 +00:00
parent ab517d5827
commit 090849dc6f
9 changed files with 102 additions and 70 deletions

View File

@@ -2,6 +2,7 @@
echo
echo "Configuration summary"
if [ $USE_PCRE = DISABLED ]; then
echo " + PCRE library is disabled"
@@ -55,3 +56,12 @@ if [ $HTTP_GZIP = YES ]; then
exit 1
fi
fi
echo " nginx path prefix: $PREFIX"
echo " nginx binary file: $SBIN_PATH"
echo " nginx configuration file: $CONF_PATH"
echo " nginx pid file: $PID_PATH"
echo " nginx error log file: $ERROR_LOG_PATH"
echo " nginx http access log file: $HTTP_LOG_PATH"
echo