Home
last modified time | relevance | path

Searched refs:NGX_GROUP (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/
H A Dconfigure110 have=NGX_GROUP value="\"$NGX_GROUP\"" . auto/define
/f-stack/app/nginx-1.16.1/auto/
H A Dunix8 if [ -z "$NGX_GROUP" ]; then
12 NGX_GROUP=nobody
18 NGX_GROUP=nogroup
21 NGX_GROUP=nobody
25 NGX_GROUP=$NGX_USER
H A Doptions17 NGX_GROUP=
197 --group=*) NGX_GROUP="$value" ;;
/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.c1146 grp = getgrnam(NGX_GROUP); in ngx_core_module_init_conf()
1149 "getgrnam(\"" NGX_GROUP "\") failed"); in ngx_core_module_init_conf()