A step-by-step guide for configuring a Nginx reverse proxy was made available by Tecadmin.
How To Set Up Nginx Reverse Proxy: A Step-By-Step Tutorial
A reverse proxy is a type of server that sits between a client and a server, acting as an intermediary between the two. It accepts the requests from clients, forwards those requests to the appropriate server, and then returns the server’s response to the client.