I'm trying to rewrite any png files referenced through the fancybox sub directory to a directory off of the images folder as follows:
rewrite ^/fancybox/(.+\.png)$ /images/fancybox/$1 last;
This is not working, probably b/c my regex is off the mark. Any suggestions?
Thanks