fixing typo in virthost template

This commit is contained in:
Tim Flink 2017-01-06 19:03:14 +00:00
parent 92bfa23050
commit 23e03511ae

View file

@ -3,7 +3,7 @@
<VirtualHost *:80>
# Change this to the domain which points to your host.
ServerName {{ item.external_name }}
SeverAlias {{ item.name }}
ServerAlias {{ item.name }}
DocumentRoot {{ item.document_root }}