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:
parent
8935b24544
commit
f1d3bf7a1c
@ -84,7 +84,7 @@ conf:
|
||||
|
||||
Alias /static /var/www/html/horizon
|
||||
<Location "/static">
|
||||
SetHandler None
|
||||
SetHandler static
|
||||
</Location>
|
||||
|
||||
<IfVersion >= 2.4>
|
||||
|
Loading…
x
Reference in New Issue
Block a user