struct nginx_http_proxy
Overview
HTTP proxy settings More…
#include <conf_nginx.h> struct nginx_http_proxy { // fields unsigned int conn_timeout; bool buffering_enable; unsigned int buffering_num; unsigned int buffering_def_size; unsigned int buffering_init_size; };
Detailed Documentation
HTTP proxy settings
Fields
unsigned int conn_timeout
Timeout in seconds for establishing a connection
bool buffering_enable
Enable buffering
unsigned int buffering_num
Buffers number
unsigned int buffering_def_size
Default proxy buffers size in kilobytes
unsigned int buffering_init_size
Buffer size in kilobytes used for the first part of response