comparison xml/en/docs/beginners_guide.xml @ 2782:8acfa16dd6ef

Minor language correction in Beginner's Guide (trac #2256).
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 18 Oct 2021 23:11:38 +0100
parents 99f8165723ca
children
comparison
equal deleted inserted replaced
2781:ef94a2cf0bea 2782:8acfa16dd6ef
339 Create this directory and put the <path>index.html</path> file into it. 339 Create this directory and put the <path>index.html</path> file into it.
340 Note that the <literal>root</literal> directive is placed in the 340 Note that the <literal>root</literal> directive is placed in the
341 <literal>server</literal> context. 341 <literal>server</literal> context.
342 Such <literal>root</literal> directive is used when the 342 Such <literal>root</literal> directive is used when the
343 <literal>location</literal> block selected for serving a request does not 343 <literal>location</literal> block selected for serving a request does not
344 include own <literal>root</literal> directive. 344 include its own <literal>root</literal> directive.
345 </para> 345 </para>
346 346
347 <para> 347 <para>
348 Next, use the server configuration from the previous section 348 Next, use the server configuration from the previous section
349 and modify it to make it a proxy server configuration. 349 and modify it to make it a proxy server configuration.