About 55 results
Open links in new tab
  1. Understanding NGINX: Architecture, Configuration & Alternatives

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

  2. Nginx Location Directive: Exact, Regex & Proxy Configs Explained

    Nov 4, 2025 · Learn how to use the Nginx location directive with real-world examples for static files, regex matching, reverse proxy setups, and common configurations.

  3. NGINX Configuration: Directives, Examples, and 4 Mistakes to Avoid ...

    NGINX configuration examples: Understanding directives In NGINX, directives are instructions that are used to configure the web server. They are typically specified in the nginx.conf configuration file, …

  4. 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.

  5. Apache vs Nginx: Practical Considerations - DigitalOcean

    Mar 17, 2022 · Apache and Nginx are the two most common open source web servers in the world. Together, they are responsible for serving over 50% of traffic on the internet…

  6. How To Install Nginx - DigitalOcean

    How To Install Nginx Nginx is one of the most popular web servers in the world, responsible for hosting some of the largest and highest-traffic sites on the internet. It is a lightweight choice that can be used …

  7. How To Troubleshoot Common Nginx Errors - DigitalOcean

    Dec 19, 2022 · There are several methods you can use to troubleshoot Nginx errors. Keep in mind that these methods of troubleshooting are meant as a starting point, and fur…

  8. NGINX API Gateway: The Basics and a Quick Tutorial | Solo.io

    NGINX Plus API Gateway receives API requests from clients, determines which services are required by the request, and delivers responses with high performance.

  9. 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.

  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.