Daily Archives: July 25, 2020


Enable HTTPS for your Docker website

The following article introduced how to use Nginx to enable HTTPS service for your website https://www.digitalocean.com/community/tutorials/how-to-secure-a-containerized-node-js-application-with-nginx-let-s-encrypt-and-docker-compose Basically, we create an Nginx proxy server as our frontend server. The HTTPS connection is built between the browser and the Nginx server. Then the Nginx server talks to other backend servers, such as […]