Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/
H A Dconfigure109 have=NGX_USER value="\"$NGX_USER\"" . auto/define
/f-stack/app/nginx-1.16.1/auto/
H A Dunix6 NGX_USER=${NGX_USER:-nobody}
9 if [ $NGX_USER = nobody ]; then
25 NGX_GROUP=$NGX_USER
H A Doptions16 NGX_USER=
196 --user=*) NGX_USER="$value" ;;
/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.c1135 pwd = getpwnam(NGX_USER); in ngx_core_module_init_conf()
1138 "getpwnam(\"" NGX_USER "\") failed"); in ngx_core_module_init_conf()
1142 ccf->username = NGX_USER; in ngx_core_module_init_conf()