comparison xml/en/docs/http/request_processing.xml @ 593:130fad6dc1b4

Replaced the uses of "url" element with "literal".
author Ruslan Ermilov <ru@nginx.com>
date Thu, 19 Jul 2012 05:17:45 +0000
parents 764fbac1b8b4
children
comparison
equal deleted inserted replaced
592:d40371689c1c 593:130fad6dc1b4
138 <link doc="ngx_http_core_module.xml" id="server"/> 138 <link doc="ngx_http_core_module.xml" id="server"/>
139 blocks that matched 139 blocks that matched
140 the IP address and port. 140 the IP address and port.
141 If the server name is not found, the request will be processed by 141 If the server name is not found, the request will be processed by
142 the default server. 142 the default server.
143 For example, a request for <url>www.example.com</url> received on 143 For example, a request for <literal>www.example.com</literal> received on
144 the 192.168.1.1:80 port will be handled by the default server 144 the 192.168.1.1:80 port will be handled by the default server
145 of the 192.168.1.1:80 port, i.e., by the first server, 145 of the 192.168.1.1:80 port, i.e., by the first server,
146 since there is no <url>www.example.com</url> defined for this port. 146 since there is no <literal>www.example.com</literal> defined for this port.
147 </para> 147 </para>
148 148
149 <para> 149 <para>
150 As already stated, a default server is a property of the listen port, 150 As already stated, a default server is a property of the listen port,
151 and different default servers may be defined for different ports: 151 and different default servers may be defined for different ports: