}/* 获取 ngx_http_headers_filter_module 模块与 location 相关的配置 */conf =ngx_http_get_module_loc_conf(r, ngx_http_headers_filter_module);/* 若对 expires、headers、trailers 都没有相应的配置,则执行 * ngx_http_top_header_filter 链表的下一个函数 */if(conf->expires == NGX_HTTP_EXPIRES...