diff --git a/templates/openstack_dashboard.conf.j2 b/templates/openstack_dashboard.conf.j2 index 42b8f99d..ca20eeab 100644 --- a/templates/openstack_dashboard.conf.j2 +++ b/templates/openstack_dashboard.conf.j2 @@ -46,10 +46,14 @@ WSGIApplicationGroup %{GLOBAL} - + + Order allow,deny - allow from all + Allow from all + + = 2.4> Require all granted + @@ -57,9 +61,13 @@ Options -FollowSymlinks + AllowOverride None Order allow,deny - allow from all + Allow from all + + = 2.4> Require all granted +