comparison xml/en/docs/http/server_names.xml @ 461:6135f3c95bf6

Unified markup for lists.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Mar 2012 14:30:18 +0000
parents a413dffb0557
children 9913f1d51c07
comparison
equal deleted inserted replaced
460:d645a7e0c229 461:6135f3c95bf6
43 } 43 }
44 </programlisting> 44 </programlisting>
45 45
46 The names are tested in the following order: 46 The names are tested in the following order:
47 47
48 <orderedlist> 48 <list type="enum">
49 49
50 <item> 50 <listitem>
51 exact names; 51 exact names;
52 </item> 52 </listitem>
53 53
54 <item> 54 <listitem>
55 wildcard names starting with an asterisk: <url>*.nginx.org</url>; 55 wildcard names starting with an asterisk: <url>*.nginx.org</url>;
56 </item> 56 </listitem>
57 57
58 <item> 58 <listitem>
59 wildcard names ending with an asterisk: <url>mail.*</url>; 59 wildcard names ending with an asterisk: <url>mail.*</url>;
60 </item> 60 </listitem>
61 61
62 <item> 62 <listitem>
63 and regular expressions in the order listed in the configuration file. 63 and regular expressions in the order listed in the configuration file.
64 </item> 64 </listitem>
65 65
66 </orderedlist> 66 </list>
67 The first match stops the search. 67 The first match stops the search.
68 </para> 68 </para>
69 69
70 </section> 70 </section>
71 71
403 403
404 <section id="compatibility" 404 <section id="compatibility"
405 name="Compatibility"> 405 name="Compatibility">
406 406
407 <para> 407 <para>
408 <list> 408 <list type="bullet">
409 409
410 <item> 410 <listitem>
411 A default server name value is an empty name &ldquo;&rdquo; since 0.8.48. 411 A default server name value is an empty name &ldquo;&rdquo; since 0.8.48.
412 </item> 412 </listitem>
413 413
414 <item> 414 <listitem>
415 Named regular expression server name captures have been supported since 0.8.25. 415 Named regular expression server name captures have been supported since 0.8.25.
416 </item> 416 </listitem>
417 417
418 <item> 418 <listitem>
419 Regular expression server name captures have been supported since 0.7.40. 419 Regular expression server name captures have been supported since 0.7.40.
420 </item> 420 </listitem>
421 421
422 <item> 422 <listitem>
423 An empty server name &ldquo;&rdquo; has been supported since 0.7.12. 423 An empty server name &ldquo;&rdquo; has been supported since 0.7.12.
424 </item> 424 </listitem>
425 425
426 <item> 426 <listitem>
427 A wildcard server name or regular expression has been supported for use 427 A wildcard server name or regular expression has been supported for use
428 as the first server name since 0.6.25. 428 as the first server name since 0.6.25.
429 </item> 429 </listitem>
430 430
431 <item> 431 <listitem>
432 Regular expression server names have been supported since 0.6.7. 432 Regular expression server names have been supported since 0.6.7.
433 </item> 433 </listitem>
434 434
435 <item> 435 <listitem>
436 Wildcard form <url>nginx.*</url> has been supported since 0.6.0. 436 Wildcard form <url>nginx.*</url> has been supported since 0.6.0.
437 </item> 437 </listitem>
438 438
439 <item> 439 <listitem>
440 The special form <url>.nginx.org</url> has been supported since 0.3.18. 440 The special form <url>.nginx.org</url> has been supported since 0.3.18.
441 </item> 441 </listitem>
442 442
443 <item> 443 <listitem>
444 Wildcard form <url>*.nginx.org</url> has been supported since 0.1.13. 444 Wildcard form <url>*.nginx.org</url> has been supported since 0.1.13.
445 </item> 445 </listitem>
446 446
447 </list> 447 </list>
448 </para> 448 </para>
449 449
450 </section> 450 </section>