<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">I need to serve images to be case insensitive.<br>too many of the external links were created using the incorrect case for me to just create redirects for them all<br>I am trying to use : <br>location ~* ^.+.(jpg|jpeg|gif|png)$ {<br>&nbsp;root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /var/www/my_app/current/public/images;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>access_log&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; off;<br>expires&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30d;<br>}<br><br>i have also tried using :<br>location ~* ^/images/$ {}<br>with the same results.&nbsp; please help<br><br><br>Chris<br><div><br></div>
</div></body></html>