From 2c205e20277aef8da1a6b200119672053f0fd894 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 7 Apr 2016 15:04:12 +0000 Subject: [PATCH] fixing bad httpd conf syntax --- files/httpd/qadevel-virtualhost.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/httpd/qadevel-virtualhost.conf.j2 b/files/httpd/qadevel-virtualhost.conf.j2 index bfa601cb84..5cc83630a6 100644 --- a/files/httpd/qadevel-virtualhost.conf.j2 +++ b/files/httpd/qadevel-virtualhost.conf.j2 @@ -1,6 +1,6 @@ # this is meant for proxied stuff only, hence the lack of ssl -Alias {{ item.document_root }} /{{ item.name }} +Alias /{{ item.name }} {{ item.document_root }} Options Indexes FollowSymLinks