Home
last modified time | relevance | path

Searched refs:routes (Results 1 – 7 of 7) sorted by path

/unit/
H A DCHANGES347 empty "routes" or "upstreams" using a variable "pass" option.
740 *) Change: matching of cookies in routes made case sensitive.
/unit/docs/
H A Dunit-openapi.yaml2794 /config/routes:
2800 [routes](https://unit.nginx.org/configuration/#routes)."
2804 - routes
2828 - routes
2860 - routes
4626 routes:
5256 routes:
5770 #/config/routes
5777 #/config/routes/{routeName} or /config/routes
5784 #/config/routes
[all …]
/unit/pkg/rpm/
H A Dunit.spec.in208 routes that relied on these processes running as nobody:nogroup stay working.
/unit/src/
H A Dnxt_http_route.c244 nxt_http_routes_t *routes; in nxt_http_routes_create() local
252 routes = nxt_mp_alloc(mp, size); in nxt_http_routes_create()
257 routes->items = n; in nxt_http_routes_create()
284 routes->route[0] = route; in nxt_http_routes_create()
290 return routes; in nxt_http_routes_create()
1239 nxt_http_routes_t *routes; in nxt_http_routes_resolve() local
1241 routes = tmcf->router_conf->routes; in nxt_http_routes_resolve()
1243 if (routes != NULL) { in nxt_http_routes_resolve()
1489 if (routes == NULL) { in nxt_http_route_find()
1493 route = &routes->route[0]; in nxt_http_route_find()
[all …]
H A Dnxt_router.c1629 nxt_http_routes_t *routes; in nxt_router_conf_create() local
1921 routes = nxt_http_routes_create(task, tmcf, conf); in nxt_router_conf_create()
1922 if (nxt_slow_path(routes == NULL)) { in nxt_router_conf_create()
1926 rtcf->routes = routes; in nxt_router_conf_create()
H A Dnxt_router.h49 nxt_http_routes_t *routes; member
/unit/tools/
H A DREADME.md62 echo '{"*:8080": {"pass": "routes"}}' | unitc /config/listeners
93 unitc /config/routes
94 cat catchall_route.json | unitc POST /config/routes
95 echo '{"match":{"uri":"/wp-admin/*"},"action":{"return":403}}' | unitc INSERT /config/routes