From c1474b7143b645e783deecf1e5c6e744a76b14cd Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Fri, 26 Aug 2022 14:57:08 +0200 Subject: [PATCH] . --- v2/Mautic/Mautic 4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/Mautic/Mautic 4 b/v2/Mautic/Mautic 4 index 33b5bfa..92a474f 100755 --- a/v2/Mautic/Mautic 4 +++ b/v2/Mautic/Mautic 4 @@ -31,7 +31,7 @@ server { return 403; } - location ~ email/(.*).gif { + location ~ (.*).gif { try_files $uri /index.php?$args; }