diff --git a/modules/openstack_project/templates/static-http-and-https.vhost.erb b/modules/openstack_project/templates/static-http-and-https.vhost.erb index bd57e85608..0617f32546 100644 --- a/modules/openstack_project/templates/static-http-and-https.vhost.erb +++ b/modules/openstack_project/templates/static-http-and-https.vhost.erb @@ -26,18 +26,16 @@ > Options Indexes FollowSymLinks MultiViews AllowOverride None - Order allow,deny - allow from all Satisfy Any + Require all granted <% end -%> <% else -%> > Options Indexes FollowSymLinks MultiViews AllowOverride None - Order allow,deny - allow from all Satisfy Any + Require all granted <% end -%> LogLevel warn @@ -65,9 +63,8 @@ > Options Indexes FollowSymLinks MultiViews AllowOverride None - Order allow,deny - allow from all Satisfy Any + Require all granted LogLevel warn ErrorLog /var/log/apache2/<%= @vhost_name %>_error.log diff --git a/modules/openstack_project/templates/static-https-redirect.vhost.erb b/modules/openstack_project/templates/static-https-redirect.vhost.erb index c7fe1f4d31..f77b59464a 100644 --- a/modules/openstack_project/templates/static-https-redirect.vhost.erb +++ b/modules/openstack_project/templates/static-https-redirect.vhost.erb @@ -36,9 +36,8 @@ > Options Indexes FollowSymLinks MultiViews AllowOverride None - Order allow,deny - allow from all Satisfy Any + Require all granted LogLevel warn ErrorLog /var/log/apache2/<%= @vhost_name %>_error.log