Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index 427610595..259c049ad 100644
--- a/auto/options
+++ b/auto/options
@@ -1,4 +1,6 @@
+# Copyright (C) Igor Sysoev
+
help=no
PREFIX=
@@ -234,6 +236,10 @@ case ".$ERROR_LOG_PATH" in
ERROR_LOG_PATH=$PREFIX/logs/error.log
;;
+ .stderr)
+ ERROR_LOG_PATH=
+ ;;
+
*)
ERROR_LOG_PATH=$PREFIX/$ERROR_LOG_PATH
;;