Category: Proxy
-

Self Hosted Password Manager Using Docker
Time to read: In this post we are going to cover how to use Docker compose to build a self hosted password manager. I will be using VaultWarden as the password manager in container form with Nginx acting as a reverse proxy in front of the password manager again in…
-
How to Configure Nginx Reverse Proxy
Time to read: In this post we are going to go over how to install Nginx and configure it as a Reverse Proxy for a web page that I am hosting on a local web server. In my example I am currently hosting my Flame dashboard on a web server…
-
How to Fix Nginx Reverse Proxy – 502 Bad Gateway
Time to read: In this post we are going to be going over a common error when configuring Nginx as a reverse proxy on a Linux based operating system. SECTION I – 502 Bad Gateway Error The error in question is ‘502 Bad Gateway’. This will be displayed when you…
