On Mon, Oct 15, 2012 at 9:26 PM, S Ahmed <sahmed1020 at gmail.com> wrote: > So when nginx responds with a 301, is that an additional rountrip for the > user? > > Could I somehow maintain the url for the client, but internally re-write it > to the updated url so my web application can handle it correctly? > rewrite ^ /posts/$arg_post_id;