On Mon, May 05, 2014 at 06:38:45PM -0400, dcaillibaud wrote: Hi there,
> location ^~ "/banniere_rotative/.*\.css$" {
>
> doesn't (inside prefix location or not)
>
> What's the obvious mistake I made in my regex ?
^~ is a prefix match, not a regex match.
http://nginx.org/r/location
f
--
Francis Daly [email protected]
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx
