14 messages in ru.sysoev.nginxRe: Rewriting https to http
FromSent OnAttachments
iane...@public.gmane.orgJan 11, 2007 1:26 pm 
Igor SysoevJan 11, 2007 1:40 pm 
Jonathan DanceJan 12, 2007 3:56 am 
Jonathan DanceJan 12, 2007 4:06 am 
Igor SysoevJan 12, 2007 4:16 am 
Igor SysoevJan 12, 2007 4:32 am 
Jonathan DanceJan 12, 2007 4:33 am 
Jonathan DanceJan 12, 2007 4:40 am 
Igor SysoevJan 12, 2007 4:42 am 
Igor SysoevJan 12, 2007 4:45 am 
Jonathan DanceJan 12, 2007 5:20 am 
Igor SysoevJan 12, 2007 5:35 am 
Igor SysoevJan 12, 2007 6:41 am 
Jonathan DanceJan 12, 2007 6:55 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Rewriting https to httpActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Jan 12, 2007 4:42:35 am
List:ru.sysoev.nginx

On Fri, 12 Jan 2007, Jonathan Dance wrote:

Okay, that's what I thought, so I have updated my revision to indicate this. Two other quick questions:

- For conventional strings (e.g. "location /images/"), is the matching case sensitive or case insensitive? I believe they are case sensitive but making sure.

Yes, they are case sensitive.

- When does a regular expression require quotes around it? Is it entirely optional or is there some case when you need them? The example on the wiki did not have quotes, but in some examples (like yours above) I've seen quotes around the regex.

The double or signle quotes are optional. But if regex uses '{', '}', or ';' they are reqiured.