Home
last modified time | relevance | path

Searched refs:static_locations (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h324 ngx_http_location_tree_node_t *static_locations; member
H A Dngx_http.c833 pclcf->static_locations = ngx_http_create_locations_tree(cf, locations, 0); in ngx_http_init_static_location_trees()
834 if (pclcf->static_locations == NULL) { in ngx_http_init_static_location_trees()
H A Dngx_http_core_module.c1326 rc = ngx_http_core_find_static_location(r, pclcf->static_locations); in ngx_http_core_find_location()