From e0578fbc873aeb9e530660d8f4ce8b749e3a1247 Mon Sep 17 00:00:00 2001 From: MA Gang Date: Fri, 6 Sep 2024 21:27:33 +0200 Subject: [PATCH] Disable Directory Browsing for Static file path in Apache2 config --- contrib/apache.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/apache.conf b/contrib/apache.conf index 73fd45c26..fdd0543f7 100644 --- a/contrib/apache.conf +++ b/contrib/apache.conf @@ -20,7 +20,7 @@ Alias /static /opt/netbox/netbox/static - Options Indexes FollowSymLinks MultiViews + Options FollowSymLinks MultiViews AllowOverride None Require all granted