Merge "Use mod_autoindex on files.o.o"

This commit is contained in:
Jenkins 2016-09-27 18:05:28 +00:00 committed by Gerrit Code Review
commit e4f95a7e8f

View File

@ -13,6 +13,7 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %>
DocumentRoot <%= @docroot %>
<Directory <%= @docroot %>>
Options Indexes FollowSymLinks MultiViews
Satisfy any
Require all granted
</Directory>