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:
dt241s@att.com 2019-01-09 15:30:55 -06:00 committed by dt241s
parent 8935b24544
commit f1d3bf7a1c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ conf:
Alias /static /var/www/html/horizon
<Location "/static">
SetHandler None
SetHandler static
</Location>
<IfVersion >= 2.4>