diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-04 15:48:44 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-04 15:48:44 +0100 |
commit | 35f8b20530328a42455af9ba3a249e09b082dc4c (patch) | |
tree | b1cb18ab265033322dba2a8b8f1d5b2643bd0878 | |
parent | 1e50b2547674570b98f1ffa752a0eed8da7345b3 (diff) |
grant access to icon and css
-rw-r--r-- | httpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |