Runway
Runway is built and operated in the EU!

Web servers

Runway’s buildpacks allow you to customize the web server for your application. Nginx and Apache2 are supported.

Quick start

For example, if you want to change the default document root for your application, you can configure it by setting the path using our CLI or a project.toml:

Runway CLI
runway config set BP_WEB_SERVER_ROOT=app/public
project.toml
[ build ]
  [[ build.env ]]
    name="BP_WEB_SERVER_ROOT"
    value="app/public"

Read on in this section for further tips: