mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-04 06:16:23 -06:00
Disable Directory Browsing for Static file path in Apache2 config
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
|||||||
Alias /static /opt/netbox/netbox/static
|
Alias /static /opt/netbox/netbox/static
|
||||||
|
|
||||||
<Directory /opt/netbox/netbox/static>
|
<Directory /opt/netbox/netbox/static>
|
||||||
Options Indexes FollowSymLinks MultiViews
|
Options FollowSymLinks MultiViews
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|||||||
Reference in New Issue
Block a user