nxt_http_route.c (2104:2ae3c205fcad) nxt_http_route.c (2108:6e059f15e713)
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#include <nxt_router.h>
8#include <nxt_http.h>

--- 597 unchanged lines hidden (view full) ---

606 offsetof(nxt_http_action_conf_t, proxy)
607 },
608 {
609 nxt_string("share"),
610 NXT_CONF_MAP_PTR,
611 offsetof(nxt_http_action_conf_t, share)
612 },
613 {
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#include <nxt_router.h>
8#include <nxt_http.h>

--- 597 unchanged lines hidden (view full) ---

606 offsetof(nxt_http_action_conf_t, proxy)
607 },
608 {
609 nxt_string("share"),
610 NXT_CONF_MAP_PTR,
611 offsetof(nxt_http_action_conf_t, share)
612 },
613 {
614 nxt_string("index"),
615 NXT_CONF_MAP_PTR,
616 offsetof(nxt_http_action_conf_t, index)
617 },
618 {
614 nxt_string("chroot"),
615 NXT_CONF_MAP_STR,
616 offsetof(nxt_http_action_conf_t, chroot)
617 },
618 {
619 nxt_string("follow_symlinks"),
620 NXT_CONF_MAP_PTR,
621 offsetof(nxt_http_action_conf_t, follow_symlinks)

--- 1602 unchanged lines hidden ---
619 nxt_string("chroot"),
620 NXT_CONF_MAP_STR,
621 offsetof(nxt_http_action_conf_t, chroot)
622 },
623 {
624 nxt_string("follow_symlinks"),
625 NXT_CONF_MAP_PTR,
626 offsetof(nxt_http_action_conf_t, follow_symlinks)

--- 1602 unchanged lines hidden ---