Disable a directory listing of /icons in httpd.

In OpenStack, httpd doesn't need to allow a directory listing to icons
directory. This fix sets 'None' to Options for icons directories of
all httpd servers.

Change-Id: I7c34901d6f3bb7f4c4bb2494b760bcd0cbcd97b2
Signed-off-by: Keigo Noha <knoha@redhat.com>
This commit is contained in:
Keigo Noha 2019-04-01 14:04:09 +09:00
parent e52cdf2fc8
commit 423ecead86
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ outputs:
- ServiceData
- net_cidr_map
- {get_param: [ServiceNetMap, ApacheNetwork]}
apache::mod::alias::icons_options: 'None'
- if:
- internal_tls_enabled
-