I'd like to match all of the media files in this sub directory (and subsequent directories) but its not working.
<div><br></div><div style="text-align:left"><font face="Monaco, 'Lucida Console', monospace"><span style="line-height:18px;white-space:nowrap"><div>    location ~* /_games/\.(jpg|jpeg|png|gif|swf|flv|mp3)$ {</div>
<div>      expires max;</div><div>    }</div><div><br></div><div>My regular expression is off the mark...</div><div><br></div><div>Thanks</div></span></font></div>