Ingress NGINX Is Retiring in March 2026: What This Means for AKS Users
Explains the retirement of Ingress NGINX in 2026 and analyzes four replacement options for users running it on Azure Kubernetes Service (AKS).
Explains the retirement of Ingress NGINX in 2026 and analyzes four replacement options for users running it on Azure Kubernetes Service (AKS).
A guide to implementing burstable rate-limiting in NGINX to protect self-hosted sites from aggressive scrapers and DDoS-like traffic.
A guide to converting WordPress images to WebP format using a bash script and ImageMagick, with server configuration for Nginx or Apache.
A technical guide on manually generating and installing a Let's Encrypt wildcard SSL/TLS certificate to enable HTTPS in a .NET Web API.
Learn how to safely test NGINX configuration changes to prevent server downtime, with a step-by-step tutorial approach.
A step-by-step guide to deploying a web application on a VPS using Nginx, covering server setup, service creation, and SSL configuration.
A developer's cautionary tale about a security vulnerability introduced by a seemingly minor change to an Nginx alias directive configuration.
A developer explains how to opt a website out of Google's FLoC tracking trial using a simple Nginx header configuration.
A guide to overcoming fear and learning by hacking on the nginx source code, from downloading to compiling and making a simple change.
Part 3 of a server setup series, detailing the installation and performance configuration of services like Nginx for a development environment.
A guide on using the Prerender service to improve SEO for React apps by serving pre-rendered HTML to search engine bots.
A guide on integrating a Hugo static blog into a Django application using a route-based approach like mysite.com/blog/.
Nginx 1.19 Docker images now support environment variables and templates, enabling dynamic configuration for proxying APIs in containerized apps.
Explains how to configure NGINX as a reverse proxy for a Django application, breaking down the config file line-by-line.
A guide to configuring and understanding logging in a Django web application stack using Gunicorn and NGINX for effective debugging.
A guide to deploying an outdated Django 1.7 project using Docker, UWSGI, and NGINX for a server migration.
A beginner-friendly guide to deploying a Django web application to a live server, focusing on minimal new tools and incremental learning.
A guide to configuring Nginx with HTTP/2 to properly serve a React Single Page Application using React Router, including performance tuning with server push.
A technical guide on deploying WhiteNoise for static files in a Django SaaS app, covering CI/CD and Nginx configuration changes.
A tutorial on containerizing a Blazor WebAssembly app using Docker and NGINX to serve the static files efficiently.