Reverse-proxy configuration. The minimal setup is an upstream origin such as http://127.0.0.1:9000; the proxy forwards the incoming method, path, body and safe end-to-end headers.
strip_prefix is useful for mounting an app under a local prefix: with strip_prefix = "/api", /api/users?x=1 is sent upstream as /users?x=1.