Searched refs:hostnames (Results 1 – 4 of 4) sorted by relevance
29 unsigned hostnames:1; member38 ngx_uint_t hostnames; /* unsigned hostnames:1 */ member122 if (map->hostnames && val.len > 0 && val.data[val.len - 1] == '.') { in ngx_stream_map_variable()267 ctx.hostnames = 0; in ngx_stream_map_block()292 map->hostnames = ctx.hostnames; in ngx_stream_map_block()399 ctx->hostnames = 1; in ngx_stream_map()571 (ctx->hostnames) ? NGX_HASH_WILDCARD_KEY : 0); in ngx_stream_map()
29 unsigned hostnames:1; member38 ngx_uint_t hostnames; /* unsigned hostnames:1 */ member124 if (map->hostnames && val.len > 0 && val.data[val.len - 1] == '.') { in ngx_http_map_variable()268 ctx.hostnames = 0; in ngx_http_map_block()293 map->hostnames = ctx.hostnames; in ngx_http_map_block()400 ctx->hostnames = 1; in ngx_http_map()572 (ctx->hostnames) ? NGX_HASH_WILDCARD_KEY : 0); in ngx_http_map()
2409 *) Исправление: при использовании директивы map с параметром hostnames
2358 directive was used with the "hostnames" parameter.