nginx_request_conf_finding
Overview
each request is served by a virtual server, then based on uri, select the right location, hence each request has related main_conf, srv_conf, loc_conf that hold config, based on config select proper parameters to process the request.
request conf ctx
Data Structure
1 | struct ngx_http_request_s { |