Disable Directory Browsing for Static file path in Apache2 config

This commit is contained in:
MA Gang 2024-09-06 21:27:33 +02:00 committed by GitHub
parent 16f74f7b03
commit 53f8806d7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
Alias /static /opt/netbox/netbox/static
<Directory /opt/netbox/netbox/static>
Options Indexes FollowSymLinks MultiViews
Options FollowSymLinks MultiViews
AllowOverride None
Require all granted
</Directory>