Rewriting https to http
Igor Sysoev
is at rambler-co.ru
Fri Jan 12 15:42:58 MSK 2007
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.
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list