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;