aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-02-04 15:48:44 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-02-04 15:48:44 +0100
commit35f8b20530328a42455af9ba3a249e09b082dc4c (patch)
treeb1cb18ab265033322dba2a8b8f1d5b2643bd0878
parent1e50b2547674570b98f1ffa752a0eed8da7345b3 (diff)
grant access to icon and css
-rw-r--r--httpd.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/httpd.conf b/httpd.conf
index 0541443..2b2ea9f 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -291,6 +291,14 @@ DocumentRoot "/usr/local/apache2/htdocs"
Require all denied
</Directory>
+<Location "/common.css">
+ Require all granted
+</Location>
+
+<Location "/favicon.ico">
+ Require all granted
+</Location>
+
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.