Infrastructure,Nginx

If you want to know how to setup a basic HTTP reverse proxy server with NGINX, please visit “How To Setup HTTP Reverse Proxy with Nginx” at first.

In this article, we assumed that the basic setup for a basic http reverse proxy is already finished.

Obtain Certificates for HTTP ...

Infrastructure,Nginx

If you want to know how to install NGINX, please visit “How To Install Nginx on Ubuntu 20.04” at first.

Setup HTTP Reverse Proxy!

Let’s try to setup a HTTP reverse proxy server with Nginx as the following picture.

Understand Nginx’s configuration files.

NginxR ...