Setup Nginx As A Reverse Proxy (on your Raspberry Pi)

1 · Torben Dury · Jan. 22, 2022, midnight
Summary
In a previous post, we discussed on using nginx as a load balancer for various protocols, as well as setting up a Raspberry Pi as a VPN. Those use cases are already very interesting, but what if one of the two cases happen? You need to forward traffic to more than one application inside your network On the same host, you host two applications serving clients This is where nginx again comes in handy for utilizing it as a reverse proxy. Let’s have a look into it, and see how we can set it up eas...