On Jul 8, 2011, at 3:21 PM, pbreit wrote: > Bingo, thx. Not sure how I missed except that I guess it works either way. > But now I have nginx handling /static which I presume is better.
Up to you. The idea is that static URLs aren't very visible to users, so there's less motivation to shorten them, and if they're always generated as /app/static, then it's a little easier for nginx (or whatever) to pick them out. But it's up to you.

