:orphan: .. index:: pair: struct; nginx_http_server .. _doxid-structnginx__http__server: struct nginx_http_server ======================== .. toctree:: :hidden: Overview ~~~~~~~~ HTTP server settings :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct nginx_http_server { // fields char* :ref:`name`; char* :ref:`hostname`; char* :ref:`ssl_name`; bool :ref:`access_log_enable`; char* :ref:`access_log_path`; char* :ref:`mime_type_default`; unsigned int :ref:`keepalive_timeout`; unsigned int :ref:`keepalive_requests`; unsigned int :ref:`send_timeout`; bool :ref:`sendfile`; bool :ref:`tcp_nopush`; bool :ref:`tcp_nodelay`; bool :ref:`reset_timedout_conn`; :ref:`nginx_server_tokens_mode` :ref:`tokens_mode`; :ref:`nginx_http_client` :ref:`client`; :ref:`nginx_http_proxy` :ref:`proxy`; :ref:`nginx_http_file_cache` :ref:`file_cache`; // methods :ref:`LIST_ENTRY`(nginx_http_server); :ref:`LIST_HEAD`(:ref:`nginx_http_loc`); :ref:`LIST_HEAD`(:ref:`nginx_http_listen_entry`); }; .. _details-structnginx__http__server: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ HTTP server settings Fields ------ .. index:: pair: variable; name .. _doxid-structnginx__http__server_1a7aaaed5010a9ae972fa892d870223d4f: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Friendly name .. index:: pair: variable; hostname .. _doxid-structnginx__http__server_1aeca8d339b4ff794f0db473564962f39c: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* hostname Server hostname pattern .. index:: pair: variable; ssl_name .. _doxid-structnginx__http__server_1a517c7af782c74d6196ef2b6d5d2b5e96: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* ssl_name SSL settings object instance name .. index:: pair: variable; access_log_enable .. _doxid-structnginx__http__server_1a1595907f5f321df79decf7a4f1629321: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool access_log_enable Enable access logging .. index:: pair: variable; access_log_path .. _doxid-structnginx__http__server_1a40733ae97cbf1d6f20b062ccf3784909: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* access_log_path Path to access log file on TA .. index:: pair: variable; mime_type_default .. _doxid-structnginx__http__server_1af7c2e58ca9ceb9a08060e35011e60056: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* mime_type_default Default MIME type .. index:: pair: variable; keepalive_timeout .. _doxid-structnginx__http__server_1abf7c22da82d9945ba893373fa6cf548a: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int keepalive_timeout Timeout in seconds for keep-alive client connection .. index:: pair: variable; keepalive_requests .. _doxid-structnginx__http__server_1ada137b0cc80eedb42abf633af41a6292: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int keepalive_requests Maximum number of requests for one keep-alive connection .. index:: pair: variable; send_timeout .. _doxid-structnginx__http__server_1a3e5e32191febc0f956a756fc4aae92a5: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int send_timeout Timeout for transmitting a response .. index:: pair: variable; sendfile .. _doxid-structnginx__http__server_1aa7aa42a5b035afda0a81e00dcd65856a: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool sendfile Whether :ref:`sendfile() ` should be used .. index:: pair: variable; tcp_nopush .. _doxid-structnginx__http__server_1a75c13faad2fd5f59ea2312da1dc9e96b: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool tcp_nopush Whether TCP_NOPUSH socket option should be used .. index:: pair: variable; tcp_nodelay .. _doxid-structnginx__http__server_1adc613f1b2c05d12d73f413fe2a83be37: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool tcp_nodelay Whether TCP_NODELAY socket option should be used .. index:: pair: variable; reset_timedout_conn .. _doxid-structnginx__http__server_1abef8fb2807ce22c724802c6eba69120e: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool reset_timedout_conn Whether timed out connections should be reset .. index:: pair: variable; tokens_mode .. _doxid-structnginx__http__server_1a3c2e4a7800d7e66f8edf9be93a8a7335: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`nginx_server_tokens_mode` tokens_mode Server presentation mode .. index:: pair: variable; client .. _doxid-structnginx__http__server_1ac94c64675d1f49099a2d5638dc0b5262: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`nginx_http_client` client Client handling settings .. index:: pair: variable; proxy .. _doxid-structnginx__http__server_1a2d76f7abd0fd95027ca1cbd8ffae6771: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`nginx_http_proxy` proxy Proxy settings .. index:: pair: variable; file_cache .. _doxid-structnginx__http__server_1ae86dc0ca733fc4ae94559d752a517cec: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`nginx_http_file_cache` file_cache File cache settings Methods ------- .. index:: pair: function; LIST_ENTRY .. _doxid-structnginx__http__server_1ac8b2fe516e6b5bb248906b951553eefa: .. ref-code-block:: cpp :class: doxyrest-title-code-block LIST_ENTRY(nginx_http_server) Linked list of servers .. index:: pair: function; LIST_HEAD .. _doxid-structnginx__http__server_1abe6473c7a6f5d23fbe339a6f17266227: .. ref-code-block:: cpp :class: doxyrest-title-code-block LIST_HEAD(:ref:`nginx_http_loc`) HTTP locations .. index:: pair: function; LIST_HEAD .. _doxid-structnginx__http__server_1adeac4b300518dd572497802b194456af: .. ref-code-block:: cpp :class: doxyrest-title-code-block LIST_HEAD(:ref:`nginx_http_listen_entry`) Listening entries