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/os/conf')
-rw-r--r--auto/os/conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/os/conf b/auto/os/conf
index 5154f2bba..5dcf400da 100644
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -45,6 +45,12 @@ esac
if [ $PLATFORM != win32 ]; then
+ if test -z "$NGX_USER"; then
+ NGX_USER=nobody
+ NGX_GROUP=nobody
+ fi
+
+
ngx_feature="/dev/poll"
ngx_feature_name="devpoll"
ngx_feature_run=no