comparison xml/en/docs/http/ngx_http_core_module.xml @ 234:ad26f0ae970f

Documented the $https variable.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Dec 2011 13:03:50 +0000
parents 46ef98b7513f
children 6d8356490215
comparison
equal deleted inserted replaced
233:097a5f67999c 234:ad26f0ae970f
2512 <tag-name><var>$http_</var><argument>name</argument></tag-name> 2512 <tag-name><var>$http_</var><argument>name</argument></tag-name>
2513 <tag-desc> 2513 <tag-desc>
2514 the <argument>name</argument> request header field 2514 the <argument>name</argument> request header field
2515 </tag-desc> 2515 </tag-desc>
2516 2516
2517 <tag-name><var>$https</var></tag-name>
2518 <tag-desc>
2519 “<code>on</code>”
2520 if connection operates in SSL mode,
2521 or an empty string otherwise
2522 </tag-desc>
2523
2517 <tag-name><var>$is_args</var></tag-name> 2524 <tag-name><var>$is_args</var></tag-name>
2518 <tag-desc> 2525 <tag-desc>
2519 “<code>?</code>” if a request line has arguments, 2526 “<code>?</code>” if a request line has arguments,
2520 or an empty string otherwise 2527 or an empty string otherwise
2521 </tag-desc> 2528 </tag-desc>