Home
last modified time | relevance | path

Searched refs:ngx_conf_file (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.c206 static u_char *ngx_conf_file; variable
824 ngx_conf_file = p; in ngx_get_options()
829 ngx_conf_file = (u_char *) argv[i]; in ngx_get_options()
991 if (ngx_conf_file) { in ngx_process_options()
992 cycle->conf_file.len = ngx_strlen(ngx_conf_file); in ngx_process_options()
993 cycle->conf_file.data = ngx_conf_file; in ngx_process_options()
/f-stack/app/nginx-1.16.1/auto/
H A Dsources38 src/core/ngx_conf_file.h \
75 src/core/ngx_conf_file.c \