I have a Rails app that receives a POST and I would like to X-Accel-Redirect a file back to the client, but the fileserver is receiving a POST. Can I rewrite the HTTP method internally? I cannot find the documentation on this.