From 23e03511ae89783d5b67299ad620523650290785 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 6 Jan 2017 19:03:14 +0000 Subject: [PATCH] fixing typo in virthost template --- 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 b6c3927432..0b5472959c 100644 --- a/files/httpd/qadevel-virtualhost.conf.j2 +++ b/files/httpd/qadevel-virtualhost.conf.j2 @@ -3,7 +3,7 @@ # Change this to the domain which points to your host. ServerName {{ item.external_name }} - SeverAlias {{ item.name }} + ServerAlias {{ item.name }} DocumentRoot {{ item.document_root }}