From efcab671b0662035e9dc36a8d3b8a7fe4282e3f4 Mon Sep 17 00:00:00 2001 From: Jonas Leder <git@jonasled.de> Date: Tue, 13 Apr 2021 11:51:20 +0200 Subject: [PATCH] add Include /etc/apache2/custom.d/globalblacklist.conf to htaccess --- public/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/public/.htaccess b/public/.htaccess index b69a99a..e231863 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,5 +1,6 @@ ErrorDocument 404 /404.html Options -Indexes +Include /etc/apache2/custom.d/globalblacklist.conf <FilesMatch "\.(sql)$"> Order Deny,Allow -- GitLab