diff --git a/files/httpd/qadevel-virtualhost.conf.j2 b/files/httpd/qadevel-virtualhost.conf.j2 index 7b601bef09..8f1c63093e 100644 --- a/files/httpd/qadevel-virtualhost.conf.j2 +++ b/files/httpd/qadevel-virtualhost.conf.j2 @@ -3,7 +3,12 @@ # Change this to the domain which points to your host. ServerName {{ item.name }} - Options Indexes FollowSymLinks DocumentRoot {{ item.document_root }} + + + Options Indexes FollowSymLinks + Require all granted + +