About 20,800 results
Open links in new tab
  1. 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.

  2. How To Secure Nginx with Let's Encrypt on Ubuntu - DigitalOcean

    Nov 4, 2025 · Learn how to secure your Nginx server on Ubuntu with a free Let’s Encrypt SSL certificate. Step-by-step instructions for HTTPS setup and auto-renewal.

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

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

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

  6. 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…

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

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

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

    Apr 9, 2025 · 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.

  10. How To Set Up Django with Postgres, Nginx, and Gunicorn on Debian 9

    Sep 6, 2018 · We will then set up Nginx to reverse proxy to Gunicorn, giving us access to its security and performance features to serve our apps. Prerequisites In order to complete this guide, you …