<% unless [443, 80].include?(@vhost_port.to_i) %> Listen <%= @vhost_port %> <% end %> > ServerName <%= @vhost_name %> ServerAdmin <%= @serveradmin %> LogLevel info 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> Require all granted DocumentRoot <%= @frontend_dir %> DirectoryIndex index.html