Home
last modified time | relevance | path

Searched refs:NGX_HTTP_SSI_ADD_PREFIX (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.c16 #define NGX_HTTP_SSI_ADD_PREFIX 1 macro
1644 if ((flags & NGX_HTTP_SSI_ADD_PREFIX) && text->data[0] != '/') { in ngx_http_ssi_evaluate_string()
1835 if (flags & NGX_HTTP_SSI_ADD_PREFIX) { in ngx_http_ssi_evaluate_string()
2053 rc = ngx_http_ssi_evaluate_string(r, ctx, uri, NGX_HTTP_SSI_ADD_PREFIX); in ngx_http_ssi_include()