From 0213ae9bd5596ca2be7d17e3294bec3791321b0f Mon Sep 17 00:00:00 2001 From: Andreas Karis Date: Thu, 17 Nov 2016 19:30:11 -0500 Subject: Disable Options Indexes in horizon Security scanners complain that directory listings are enabled in horizon. Change-Id: I1d7cfcb3521e8235a99bc452f1b7b92c20ce72ac Closes-Bug: #1637576 --- puppet/services/horizon.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml index 017bb76f..bae3fc0e 100644 --- a/puppet/services/horizon.yaml +++ b/puppet/services/horizon.yaml @@ -65,6 +65,7 @@ outputs: add_listen: false priority: 10 access_log_format: '%a %l %u %t \"%r\" %>s %b \"%%{}{Referer}i\" \"%%{}{User-Agent}i\"' + options: ['FollowSymLinks','MultiViews'] horizon::bind_address: {get_param: [ServiceNetMap, HorizonNetwork]} horizon::keystone_url: {get_param: [EndpointMap, KeystoneInternal, uri]} horizon::secret_key: -- cgit 1.2.3-korg