From 7ab2ebcb7544eb4eb322830f5587503b60db9e87 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