Home
last modified time | relevance | path

Searched refs:fstack_conf (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/conf/
H A Dnginx.conf13 fstack_conf f-stack.conf;
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cycle.h122 ngx_str_t fstack_conf; member
H A Dnginx.c164 offsetof(ngx_core_conf_t, fstack_conf),
/f-stack/doc/
H A DF-Stack_Nginx_APP_Guide.md78fstack_conf f-stack.conf; # path of f-stack configuration file, default: $NGX_PREFIX/conf/f-stack…
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c374 if (ccf->fstack_conf.len == 0) { in ngx_single_process_cycle()
382 if (ff_mod_init((const char *)ccf->fstack_conf.data, 0, in ngx_single_process_cycle()
1142 if (ccf->fstack_conf.len == 0) { in ngx_worker_process_init()
1154 if (ff_mod_init((const char *)ccf->fstack_conf.data, worker, in ngx_worker_process_init()