aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-05-08 09:27:59 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-05-08 09:27:59 +0200
commita712e0aec4a30b69fcedae4619aee320dd3d93b4 (patch)
tree8e04d5d2b3e992dcfcba265abe635dfcd2bedcfe /www
parent8332d0ca7bec26c92a184bf2d7a9313699e0ca98 (diff)
downloadATS-a712e0aec4a30b69fcedae4619aee320dd3d93b4.tar.gz
ATS-a712e0aec4a30b69fcedae4619aee320dd3d93b4.tar.bz2
ATS-a712e0aec4a30b69fcedae4619aee320dd3d93b4.zip
changement droits acces apache
Diffstat (limited to 'www')
-rw-r--r--www/server-config/apache2/apache2.conf3
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
class='logmsg'> 2021-06-27Fixing conflictsmanthole2-0/+139 2021-06-27Latest maven, jacoco and javadoc filesClyhtsuriva47-313/+822 2021-06-27Catch exception related to search functionalitysaid belhadj4-3/+11 2021-06-27Delete TEST-musichub.business.CategoryTest.xmlSaid Belhadj1-58/+0 2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164 2021-06-27Update search functionalitysaid belhadj2-0/+8 2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92 2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465 2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82