Company
Date Published
Author
Matt Voget
Word count
213
Language
English
Hacker News points
None

Summary

We can easily set up a simple reverse proxy with nginx using the provided `nginx.conf`, which will proxy all requests to httpbin.org. We then define a Dockerfile for hosting the proxy, and use Blackbird CLI to create a deployment that hosts our reverse proxy in a container. With this setup, we have a public host running our reverse proxy, allowing us to test and develop APIs and downstream servers with ease.