Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_core_srv_conf_t Struct Reference

#include <ngx_http_core_module.h>

Collaboration diagram for ngx_http_core_srv_conf_t:
Collaboration graph
[legend]

Data Fields

ngx_array_t server_names
ngx_http_conf_ctx_tctx
ngx_str_t server_name
size_t connection_pool_size
size_t request_pool_size
size_t client_header_buffer_size
ngx_bufs_t large_client_header_buffers
ngx_msec_t client_header_timeout
ngx_flag_t ignore_invalid_headers
ngx_flag_t merge_slashes
ngx_flag_t underscores_in_headers
unsigned listen:1
ngx_http_core_loc_conf_t ** named_locations

Detailed Description

Definition at line 181 of file ngx_http_core_module.h.

Field Documentation

size_t client_header_buffer_size

Definition at line 192 of file ngx_http_core_module.h.

ngx_msec_t client_header_timeout

Definition at line 196 of file ngx_http_core_module.h.

size_t connection_pool_size

Definition at line 190 of file ngx_http_core_module.h.

Definition at line 186 of file ngx_http_core_module.h.

ngx_flag_t ignore_invalid_headers

Definition at line 198 of file ngx_http_core_module.h.

ngx_bufs_t large_client_header_buffers

Definition at line 194 of file ngx_http_core_module.h.

unsigned listen

Definition at line 202 of file ngx_http_core_module.h.

ngx_flag_t merge_slashes

Definition at line 199 of file ngx_http_core_module.h.

ngx_http_core_loc_conf_t** named_locations

Definition at line 207 of file ngx_http_core_module.h.

size_t request_pool_size

Definition at line 191 of file ngx_http_core_module.h.

ngx_str_t server_name

Definition at line 188 of file ngx_http_core_module.h.

ngx_array_t server_names

Definition at line 183 of file ngx_http_core_module.h.

ngx_flag_t underscores_in_headers

Definition at line 200 of file ngx_http_core_module.h.


The documentation for this struct was generated from the following file: