comparison xml/en/docs/http/ngx_http_core_module.xml @ 98:a10bc0cb0a6a

Whitespace cleanup.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 18 Oct 2011 07:52:47 +0000
parents f451dc5c5c82
children c76a257f3fd4
comparison
equal deleted inserted replaced
97:5533b2bb34e5 98:a10bc0cb0a6a
986 986
987 987
988 <directive name="location"> 988 <directive name="location">
989 <syntax>location [ 989 <syntax>location [
990 <value>=</value> | 990 <value>=</value> |
991 <value>~</value> | 991 <value>~</value> |
992 <value>~*</value> | 992 <value>~*</value> |
993 <value>^~</value> 993 <value>^~</value>
994 ] <argument>uri</argument> 994 ] <argument>uri</argument>
995 { ... }</syntax> 995 { ... }</syntax>
996 <syntax>location <value>@</value><argument>name</argument> { ... }</syntax> 996 <syntax>location <value>@</value><argument>name</argument> { ... }</syntax>
997 <default/> 997 <default/>
998 <context>server</context> 998 <context>server</context>
999 <context>location</context> 999 <context>location</context>
1885 1885
1886 1886
1887 <directive name="try_files"> 1887 <directive name="try_files">
1888 <syntax>try_files 1888 <syntax>try_files
1889 <argument>file</argument> ... 1889 <argument>file</argument> ...
1890 <argument>uri</argument> 1890 <argument>uri</argument>
1891 </syntax> 1891 </syntax>
1892 <syntax>try_files 1892 <syntax>try_files
1893 <argument>file</argument> ... 1893 <argument>file</argument> ...
1894 =<argument>code</argument> 1894 =<argument>code</argument>
1895 </syntax> 1895 </syntax>