On Thursday 06 November 2008, Mario Gazzo wrote: > Thanks a lot. This worked. > > How is the ^ interpreted in NGINX? I did not find any examples/ > documentation that indicated this was necessary. I like to understand > why I need it. Read about basic regex. ^ is interpreted by PCRE because you are using a regex location (location ~ or location ~*)