:orphan: .. index:: pair: enum; nginx_server_tokens_mode .. _doxid-conf__nginx_8h_1a492bd7862def9ccb8323df1894120156: enum nginx_server_tokens_mode ============================= Overview ~~~~~~~~ Nginx server response presentation mode :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum nginx_server_tokens_mode { :ref:`NGINX_SERVER_TOKENS_MODE_OFF` = 0, :ref:`NGINX_SERVER_TOKENS_MODE_ON`, :ref:`NGINX_SERVER_TOKENS_MODE_BUILD`, :ref:`NGINX_SERVER_TOKENS_MODE_MAX`, }; .. _details-conf__nginx_8h_1a492bd7862def9ccb8323df1894120156: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Nginx server response presentation mode Enum Values ----------- .. index:: pair: enumvalue; NGINX_SERVER_TOKENS_MODE_OFF .. _doxid-conf__nginx_8h_1a492bd7862def9ccb8323df1894120156ad6c337533f0f646fcfc71ef2505b2a93: .. ref-code-block:: cpp :class: doxyrest-title-code-block NGINX_SERVER_TOKENS_MODE_OFF Disable nginx tokens .. index:: pair: enumvalue; NGINX_SERVER_TOKENS_MODE_ON .. _doxid-conf__nginx_8h_1a492bd7862def9ccb8323df1894120156a32dd6c19cb2e4502b358ddfa3f748f1e: .. ref-code-block:: cpp :class: doxyrest-title-code-block NGINX_SERVER_TOKENS_MODE_ON Emit nginx version .. index:: pair: enumvalue; NGINX_SERVER_TOKENS_MODE_BUILD .. _doxid-conf__nginx_8h_1a492bd7862def9ccb8323df1894120156a828dbafd85e5551a0131e58e7ded3749: .. ref-code-block:: cpp :class: doxyrest-title-code-block NGINX_SERVER_TOKENS_MODE_BUILD Emit build name along with nginx version .. index:: pair: enumvalue; NGINX_SERVER_TOKENS_MODE_MAX .. _doxid-conf__nginx_8h_1a492bd7862def9ccb8323df1894120156ae0170160d40bfde91527a2e4211e8624: .. ref-code-block:: cpp :class: doxyrest-title-code-block NGINX_SERVER_TOKENS_MODE_MAX Enumeration elements number