diff --git a/templates/openstack-health-frontend.vhost.erb b/templates/openstack-health-frontend.vhost.erb index 37fe134..76fa9ed 100644 --- a/templates/openstack-health-frontend.vhost.erb +++ b/templates/openstack-health-frontend.vhost.erb @@ -9,7 +9,7 @@ Listen <%= @vhost_port %> CustomLog ${APACHE_LOG_DIR}/openstack-health-frontend-access.log combined ErrorLog ${APACHE_LOG_DIR}/openstack-health-frontend-error.log - > + > Order allow,deny Allow from all = 2.4> @@ -17,6 +17,6 @@ Listen <%= @vhost_port %> - DocumentRoot <%= @frontend_dir %> + DocumentRoot <%= scope.lookupvar('::openstack_health::vhost::frontend_dir') %> DirectoryIndex index.html