diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_http.h b/src/nxt_http.h index 2aa108ec..da1124a8 100644 --- a/src/nxt_http.h +++ b/src/nxt_http.h @@ -217,6 +217,8 @@ struct nxt_http_action_s { } app; struct { + nxt_str_t chroot; + nxt_uint_t resolve; nxt_http_action_t *fallback; } share; } u; |