nxt_http.h (2104:2ae3c205fcad) nxt_http.h (2108:6e059f15e713)
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#ifndef _NXT_HTTP_H_INCLUDED_
8#define _NXT_HTTP_H_INCLUDED_

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

213
214
215typedef struct {
216 nxt_conf_value_t *pass;
217 nxt_conf_value_t *ret;
218 nxt_conf_value_t *location;
219 nxt_conf_value_t *proxy;
220 nxt_conf_value_t *share;
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#ifndef _NXT_HTTP_H_INCLUDED_
8#define _NXT_HTTP_H_INCLUDED_

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

213
214
215typedef struct {
216 nxt_conf_value_t *pass;
217 nxt_conf_value_t *ret;
218 nxt_conf_value_t *location;
219 nxt_conf_value_t *proxy;
220 nxt_conf_value_t *share;
221 nxt_conf_value_t *index;
221 nxt_str_t chroot;
222 nxt_conf_value_t *follow_symlinks;
223 nxt_conf_value_t *traverse_mounts;
224 nxt_conf_value_t *types;
225 nxt_conf_value_t *fallback;
226} nxt_http_action_conf_t;
227
228

--- 173 unchanged lines hidden ---
222 nxt_str_t chroot;
223 nxt_conf_value_t *follow_symlinks;
224 nxt_conf_value_t *traverse_mounts;
225 nxt_conf_value_t *types;
226 nxt_conf_value_t *fallback;
227} nxt_http_action_conf_t;
228
229

--- 173 unchanged lines hidden ---