Thank you for your answer!  I read the paragraph.  I changed the preceding
modifier to ~* and it works now.

I made a mistake addressing the OR condition and calling it regex sorry.

Thank you for your help!

> On Wed, Mar 26, 2014 at 04:44:49PM -0000, Alex wrote:
>
> Hi there,
>
>> location ^~ /(videos|events) { #it does not work.  So I assume is the OR
>> that does not work.
>>
>> Any thoughts?
>
> The documentation is at http://nginx.org/r/location.
>
> It's all useful, but the fourth sentence is particularly relevant.
>
>> >> This OR regex :  location ~* \.(gif|jpg|jpeg)$
>> >
>> > Which part of that line says that it is a regex?
>
> When you know the answer to that question, you'll probably see that the
> various squiggles after the word "location" aren't just random.
>
>       f
> --
> Francis Daly        [email protected]
>
> _______________________________________________
> nginx mailing list
> [email protected]
> http://mailman.nginx.org/mailman/listinfo/nginx
>

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to