RewriteCond for HTTP header
Tobias Wissmueller
lists at ruby-forum.com
Mon Jun 15 18:50:57 MSD 2009
Igor Sysoev wrote:
> 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) {
> }
Thank you Igor. Is there some document where I can look this up?
Tobi
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list