From 40ba813c95fada6db86d4275501dae116bf23fa1 Mon Sep 17 00:00:00 2001
From: Tomasz Naskret <tomasz.naskret@pwr.edu.pl>
Date: Mon, 10 Feb 2025 13:43:07 +0000
Subject: [PATCH] Update httpd.conf prevent dir browsing

---
 httpd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpd.conf b/httpd.conf
index ae0108b..e99c6a3 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -276,7 +276,7 @@ DocumentRoot "/usr/local/apache2/htdocs"
     # http://httpd.apache.org/docs/2.4/mod/core.html#options
     # for more information.
     #
-    Options Indexes FollowSymLinks
+    Options FollowSymLinks
 
     #
     # AllowOverride controls what directives may be placed in .htaccess files.
-- 
GitLab