Best of NginxDecember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    NGINX: Advanced Load Balancer, Web Server, & Reverse Proxy

    Nginx is a web server that is capable of handling ~10k concurrent users or network load per second. It became the fastest available web server followed by Apache. Nginx can be used as a mail proxy, reverse proxy, HTTP cache, etc. This is where Nginx comes into play.

  2. 2
    Article
    Avatar of dzDZone·3y

    Load Balancing Pattern

    A load balancer is a traffic manager that distributes incoming client requests across all servers that can process them. The pattern helps us realize the full potential of cloud computing by minimizing the request processing time and maximizing capacity utilization. The algorithm assumes that the application is stateless and each request from the client can be handled in isolation.

  3. 3
    Article
    Avatar of awstipAWS Tip·3y

    Run Nginx in a Docker Container using pre-generated SSL certificate from LetsEncrypt

    Run Nginx in a Docker Container using pre-generated SSL certificate from LetsEncrypt. Make sure you replace references to “yourdomain.com’s” with the name of the actual domain for your server.