Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c216 static ngx_str_t ngx_http_ssi_timefmt = ngx_string("%A, %d-%b-%Y %H:%M:%S %Z"); variable
363 ctx->timefmt = ngx_http_ssi_timefmt; in ngx_http_ssi_header_filter()
2742 timefmt = ctx ? &ctx->timefmt : &ngx_http_ssi_timefmt; in ngx_http_ssi_date_gmt_local_variable()