From 04f44f45e859090e376d5201386f9593c7260b19 Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Sun, 19 Dec 2021 18:55:53 +0100 Subject: [PATCH] . --- v1/Mautic/Mautic 4 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/v1/Mautic/Mautic 4 b/v1/Mautic/Mautic 4 index 6ae77ea..bc8bb8e 100755 --- a/v1/Mautic/Mautic 4 +++ b/v1/Mautic/Mautic 4 @@ -26,6 +26,14 @@ server { {{basic_auth}} + location ~ ^/(config|tmp|core|lang) { + return 403; + } + + location ~ /.ht { + return 403; + } + try_files $uri $uri/ /index.php?$args; index index.php index.html;