diff options
author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-08 09:27:59 +0200 |
---|---|---|
committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-08 09:27:59 +0200 |
commit | a712e0aec4a30b69fcedae4619aee320dd3d93b4 (patch) | |
tree | 8e04d5d2b3e992dcfcba265abe635dfcd2bedcfe /www/server-config/apache2 | |
parent | 8332d0ca7bec26c92a184bf2d7a9313699e0ca98 (diff) |
changement droits acces apache
Diffstat (limited to 'www/server-config/apache2')
-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 |