From 350d3d7809e6a9a9484868727114fcc6caac9070 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 27 Sep 2016 10:00:05 -0700 Subject: [PATCH] Use mod_autoindex on files.o.o So that it's easy for us to explore the afs hierarchy through the web. Change-Id: Ibe988660e8c633dd5a349c9bda588b12e0253475 --- modules/openstack_project/templates/files.vhost.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/templates/files.vhost.erb b/modules/openstack_project/templates/files.vhost.erb index c1c1ed48b2..b12e508748 100644 --- a/modules/openstack_project/templates/files.vhost.erb +++ b/modules/openstack_project/templates/files.vhost.erb @@ -13,6 +13,7 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %> DocumentRoot <%= @docroot %> > + Options Indexes FollowSymLinks MultiViews Satisfy any Require all granted