diff options
-rw-r--r-- | www/server-config/apache2/apache2.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/server-config/apache2/apache2.conf b/www/server-config/apache2/apache2.conf index 3bdb180..278e488 100644 --- a/www/server-config/apache2/apache2.conf +++ b/www/server-config/apache2/apache2.conf @@ -199,6 +199,9 @@ AccessFileName .htaccess Require all denied </FilesMatch> +<FilesMatch "favicon.ico"> + Require all denied +</FilesMatch> # # The following directives define some format nicknames for use with |