RewriteCond for HTTP header

Igor Sysoev is at rambler-co.ru
Mon Jun 15 18:19:54 MSD 2009


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/





More information about the nginx mailing list