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:
parent
e52cdf2fc8
commit
423ecead86
@ -97,6 +97,7 @@ outputs:
|
||||
- ServiceData
|
||||
- net_cidr_map
|
||||
- {get_param: [ServiceNetMap, ApacheNetwork]}
|
||||
apache::mod::alias::icons_options: 'None'
|
||||
- if:
|
||||
- internal_tls_enabled
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user