Hi, I'm currently implementing a video site with nginx and am having a little trouble with the secure link module and dynamic requests. The config below works fine as long as there are no queries on the url. (eg http://test.com/One/xxxxx/x/xxxxxxx/movie.flv works, but not "http://test.com/One/xxxxx/x/xxxxxxx/movie.flv?start=0") location ~ "^/(One|Two)" {by geez - How to...