About 54 results
Open links in new tab
  1. Understanding Nginx HTTP Proxying, Load Balancing, Buffering, and ...

    Nov 26, 2014 · Nginx is a high performance reverse proxy server and web server. In this guide, we will explore Nginx’s http proxying and load balancing capabilities. We w…

  2. What is nginx? - DigitalOcean

    Jan 20, 2021 · Nginx, pronounced engine-x, is an open source web server used for serving static or dynamic websites, reverse proxying, load balancing, and other HTTP and proxy server capabilities. …

  3. NGINXConfig | DigitalOcean

    The easiest way to configure a performant, secure, and stable nginx server.

  4. Nginx Server and Location Block Selection Algorithms

    Dec 7, 2025 · Learn how Nginx selects server blocks and location blocks using its matching algorithms. Understand prefix, exact, regex, and nested location rules.

  5. Understanding the Nginx Configuration File Structure and …

    Dec 1, 2022 · Introduction Nginx is a high performance web server that is responsible for handling the load of some of the largest sites on the internet. It is especially good at handling many concurrent …

  6. NGINX configuration

    NGINX listens for incoming requests on the configured port and address, and then processes the requests according to the specified configuration.

  7. Understanding NGINX: Architecture, Configuration & Alternatives

    NGINX is open source software that powers web servers and enables reverse proxying, caching, load balancing, and media streaming.

  8. How to Install and Configure Nginx on Ubuntu - DigitalOcean

    Jan 27, 2026 · Learn how to install and configure Nginx on Ubuntu with this step-by-step guide. Set up a web server, enable firewall rules, and optimize Nginx performance.

  9. How To Install Nginx on Ubuntu - DigitalOcean

    Sep 10, 2025 · Learn how to install and configure Nginx web server on Ubuntu. Follow instructions with firewall setup, security hardening, and troubleshooting tips.

  10. How To Configure Nginx as a Reverse Proxy on Ubuntu

    Sep 15, 2022 · Learn how to configure Nginx as a reverse proxy on Ubuntu. Step-by-step setup with HTTPS, headers, WebSockets, and load balancing examples.