From 826425933227cad19cd466bb7303393c7122cdfd Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 4 Apr 2016 16:48:13 +0000 Subject: [PATCH] tweaking httpd conf for qa-stg --- files/httpd/qadevel-virtualhost.conf.j2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 + +