comparison xml/en/docs/http/ngx_http_core_module.xml @ 1680:57c3f36b3b6a

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Sun, 10 Apr 2016 00:12:49 +0300
parents 57b53a0818df
children 4319f72f11f5
comparison
equal deleted inserted replaced
1679:e9ad1cae4401 1680:57c3f36b3b6a
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="53"> 13 rev="54">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
2486 2486
2487 </directive> 2487 </directive>
2488 2488
2489 2489
2490 <directive name="server_tokens"> 2490 <directive name="server_tokens">
2491 <syntax><literal>on</literal> | <literal>off</literal></syntax> 2491 <syntax>
2492 <literal>on</literal> |
2493 <literal>off</literal> |
2494 <value>string</value></syntax>
2492 <default>on</default> 2495 <default>on</default>
2493 <context>http</context> 2496 <context>http</context>
2494 <context>server</context> 2497 <context>server</context>
2495 <context>location</context> 2498 <context>location</context>
2496 2499
2497 <para> 2500 <para>
2498 Enables or disables emitting nginx version in error messages and in the 2501 Enables or disables emitting nginx version in error messages and in the
2499 <header>Server</header> response header field. 2502 <header>Server</header> response header field.
2503 </para>
2504
2505 <para>
2506 Additionally, as part of our
2507 <commercial_version>commercial subscription</commercial_version>,
2508 starting from version 1.9.13
2509 the signature in error messages and
2510 the <header>Server</header> response header field value
2511 can be set explicitly using the <value>string</value> with variables.
2512 An empty string disables the emission of the <header>Server</header> field.
2500 </para> 2513 </para>
2501 2514
2502 </directive> 2515 </directive>
2503 2516
2504 2517