Searched refs:chroot (Results 1 – 10 of 10) sorted by relevance
/unit/src/ |
H A D | nxt_http_static.c | 24 nxt_tstr_t *chroot; member 35 nxt_str_t chroot; member 129 if (acf->chroot.length > 0) { in nxt_http_static_init() 133 conf->chroot = nxt_tstr_compile(rtcf->tstr_state, &acf->chroot, in nxt_http_static_init() 145 nxt_tstr_str(conf->chroot, &chr); in nxt_http_static_init() 253 if (conf->chroot != NULL) { in nxt_http_static_iterate() 254 nxt_tstr_str(conf->chroot, &chr); in nxt_http_static_iterate() 272 nxt_tstr_str(conf->chroot, &ctx->chroot); in nxt_http_static_iterate() 292 nxt_tstr_query(task, r->tstr_query, conf->chroot, &ctx->chroot); in nxt_http_static_iterate() 387 chr = &ctx->chroot; in nxt_http_static_send_ready() [all …]
|
H A D | nxt_capability.c | 42 cap->chroot = 1; in nxt_capability_set() 96 cap->chroot = 1; in nxt_capability_specific_set()
|
H A D | nxt_capability.h | 11 uint8_t chroot; /* 1 bit */ member
|
H A D | nxt_isolation.c | 581 cap_chroot = rt->capabilities.chroot; in nxt_isolation_set_mounts() 1094 if (nxt_slow_path(chroot(path) < 0)) { in nxt_isolation_chroot()
|
H A D | nxt_http.h | 238 nxt_str_t chroot; member
|
H A D | nxt_http_route.c | 624 offsetof(nxt_http_action_conf_t, chroot)
|
/unit/test/ |
H A D | test_static_chroot.py | 29 def update_action(chroot, share=f'{option.temp_dir}/assets$uri'): argument 31 {'chroot': chroot, 'share': share},
|
/unit/test/unit/check/ |
H A D | discover_available.py | 4 from unit.check.chroot import check_chroot
|
/unit/ |
H A D | CHANGES | 217 *) Feature: variables support in the "chroot" option.
|
/unit/docs/ |
H A D | unit-openapi.yaml | 5953 chroot:
|