comparison xml/en/docs/http/server_names.xml @ 374:a413dffb0557

Replaced "a href" with "link doc" / "link url".
author Ruslan Ermilov <ru@nginx.com>
date Mon, 30 Jan 2012 10:39:42 +0000
parents 4c6d2c614d2c
children 6135f3c95bf6
comparison
equal deleted inserted replaced
373:e179a6487bbd 374:a413dffb0557
12 <para> 12 <para>
13 Server names are defined using the 13 Server names are defined using the
14 <link doc="ngx_http_core_module.xml" id="server_name"/> 14 <link doc="ngx_http_core_module.xml" id="server_name"/>
15 directive 15 directive
16 and determine which server block is used for a given request. 16 and determine which server block is used for a given request.
17 See also &ldquo;<a href="/en/docs/http/request_processing.xml" />&rdquo;. 17 See also &ldquo;<link doc="request_processing.xml"/>&rdquo;.
18 They may be defined using exact names, wildcard names, or regular expressions: 18 They may be defined using exact names, wildcard names, or regular expressions:
19 19
20 <programlisting> 20 <programlisting>
21 server { 21 server {
22 listen 80; 22 listen 80;
267 <link doc="ngx_http_core_module.xml" id="listen"/> 267 <link doc="ngx_http_core_module.xml" id="listen"/>
268 directive 268 directive
269 and not of the 269 and not of the
270 <link doc="ngx_http_core_module.xml" id="server_name"/> 270 <link doc="ngx_http_core_module.xml" id="server_name"/>
271 directive. 271 directive.
272 See also &ldquo;<a href="/en/docs/http/request_processing.xml" />&rdquo;. 272 See also &ldquo;<link doc="request_processing.xml"/>&rdquo;.
273 You can define servers listening on ports *:80 and *:8080, 273 You can define servers listening on ports *:80 and *:8080,
274 and direct that one will be the default server for port *:8080, 274 and direct that one will be the default server for port *:8080,
275 while the other will be the default for port *:80: 275 while the other will be the default for port *:80:
276 276
277 <programlisting> 277 <programlisting>