NGINX Web Server

NGINX is an open source web server, reverse proxy, load balancer, and HTTP cache in one. It is known for its high performance, stability, easy configuration, and low resource consumption. As a result, it is a popular tool and is used in many enterprise environments. Docker Image NGINX is available as a Docker image on Docker Hub and can thus be used in many virtualized environments. docker pull nginx For use with your own Docker image, a suitable configuration file must be copied into the container:...

June 19, 2024 · 1 min · 127 words · Marco Rehmer

Setup Nginx Reverse Proxy + SSL certificate

Use of the NGINX web server as a reverse proxy and integrate of Let’s Encrypt for SSL certificates

June 19, 2024 · 2 min · 216 words · Marco Rehmer