I am looking at using either OpenShift or Heroku for my Bottle-built API and HTML+JavaScript+CSS frontends.
Deploying my custom API is straightforward, and I can trivially route my static files through the API.
There are many advantages to serving static files through a web-server (nginx, apache etc.) instead.
How do I do this on OpenShift or heroku?