Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h79 ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations,
H A Dngx_http.c843 ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations, in ngx_http_add_location() function
H A Dngx_http_core_module.c3044 if (ngx_http_add_location(cf, &pclcf->locations, clcf) != NGX_OK) { in ngx_http_core_location()
4447 if (ngx_http_add_location(cf, &pclcf->locations, clcf) != NGX_OK) { in ngx_http_core_limit_except()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c580 if (ngx_http_add_location(cf, &pclcf->locations, clcf) != NGX_OK) { in ngx_http_rewrite_if()