From 88eb710e3d1fa0c538efc4342813f94597b28980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20=C3=87ALI=C5=9EIR?= Date: Fri, 19 Jun 2026 21:42:34 +0300 Subject: [PATCH] fix silent purge-miss on any URL with query params --- nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/default.conf b/nginx/default.conf index 00ee3cd..dd480c0 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -136,7 +136,7 @@ server { allow 127.0.0.1; allow 172.16.0.0/12; deny all; - fastcgi_cache_purge NPP "$scheme$request_method$host$1"; + fastcgi_cache_purge NPP "$scheme$request_method$host$1$is_args$args"; } # End #####