mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 01:37:15 +00:00
Disable Critical Information Exposure through Directory Listing
This disables static page on Apache which would disable Directory Listings. This is done as a part of Security defect. Change-Id: Ia1aa07c83c0db9dc33be6d1dfa7e2e60b3a33de9
This commit is contained in:
@@ -84,7 +84,7 @@ conf:
|
||||
|
||||
Alias /static /var/www/html/horizon
|
||||
<Location "/static">
|
||||
SetHandler None
|
||||
SetHandler static
|
||||
</Location>
|
||||
|
||||
<IfVersion >= 2.4>
|
||||
|
||||
Reference in New Issue
Block a user