:orphan: .. index:: pair: struct; nginx_http_proxy .. _doxid-structnginx__http__proxy: struct nginx_http_proxy ======================= .. toctree:: :hidden: Overview ~~~~~~~~ HTTP proxy settings :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct nginx_http_proxy { // fields unsigned int :ref:`conn_timeout`; bool :ref:`buffering_enable`; unsigned int :ref:`buffering_num`; unsigned int :ref:`buffering_def_size`; unsigned int :ref:`buffering_init_size`; }; .. _details-structnginx__http__proxy: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ HTTP proxy settings Fields ------ .. index:: pair: variable; conn_timeout .. _doxid-structnginx__http__proxy_1a4bf8e1e5f7db33e1eab3eef4a75ad9ee: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int conn_timeout Timeout in seconds for establishing a connection .. index:: pair: variable; buffering_enable .. _doxid-structnginx__http__proxy_1a69409801fb1c586fc26fc0386f35a1aa: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool buffering_enable Enable buffering .. index:: pair: variable; buffering_num .. _doxid-structnginx__http__proxy_1aa49daf17200064dd14b13ca7fd064adf: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int buffering_num Buffers number .. index:: pair: variable; buffering_def_size .. _doxid-structnginx__http__proxy_1a3555c61199e9624b856951501938aaad: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int buffering_def_size Default proxy buffers size in kilobytes .. index:: pair: variable; buffering_init_size .. _doxid-structnginx__http__proxy_1a4e93e0b7849b4653bc4a0d0550df779a: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int buffering_init_size Buffer size in kilobytes used for the first part of response