diff --git a/modules/openstack_project/templates/docs.vhost.erb b/modules/openstack_project/templates/docs.vhost.erb index 8bcce330d8..31f345be39 100644 --- a/modules/openstack_project/templates/docs.vhost.erb +++ b/modules/openstack_project/templates/docs.vhost.erb @@ -11,11 +11,15 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %> <%= " ServerAlias #{@serveraliases}" -%> <% end -%> + RewriteEngine on + DocumentRoot <%= @docroot %> > Options Indexes FollowSymLinks MultiViews Satisfy any Require all granted + # Allow mod_rewrite rules + AllowOverride FileInfo ErrorLog /var/log/<%= scope.lookupvar("httpd::params::apache_name") %>/<%= @name %>_error.log