Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 3 of 3) sorted by last modified time

/unit/docs/
H A Dunit-openapi.yaml1408 description: "Retrieves the `pass` option that configures the destination
4823 summary: "Application destination in a listener"
4828 summary: "Route destination in a listener"
4833 summary: "App target destination in a listener"
5829 destination:
/unit/
H A DCHANGES350 empty array of source or destination address patterns.
679 *) Feature: request routing by source and destination addresses and
/unit/src/
H A Dnxt_http_route.c53 nxt_conf_value_t *destination; member
351 offsetof(nxt_http_route_match_conf_t, destination),
565 if (mtcf.destination != NULL) { in nxt_http_route_match_create()
566 addr_rule = nxt_http_route_addr_rule_create(task, mp, mtcf.destination); in nxt_http_route_match_create()