On Mon, Jun 15, 2009 at 04:07:29PM +0200, Tobias Wissmueller wrote:
> Hi Group,
>
> I am using several rewrite conditions and rules in nginx, but I am not
> able how to translate the following Apache condition to nginx:
>
> RewriteCond %{HTTP:X-ISSSL} !^TRUE$
>
> Any help highly appreciated.
if ($http_x_isssl != TRUE) {
}
--
Igor Sysoev
http://sysoev.ru/en/