Content Deep Dive
Host a Reverse Proxy in Seconds
Blog post from Ambassador
Post Details
Company
Date Published
Author
Matt Voget
Word Count
213
Language
English
Hacker News Points
-
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.