diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/os/conf | 6 |
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 |
