fixing typo in virthost template
This commit is contained in:
parent
92bfa23050
commit
23e03511ae
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
# Change this to the domain which points to your host.
|
# Change this to the domain which points to your host.
|
||||||
ServerName {{ item.external_name }}
|
ServerName {{ item.external_name }}
|
||||||
SeverAlias {{ item.name }}
|
ServerAlias {{ item.name }}
|
||||||
|
|
||||||
DocumentRoot {{ item.document_root }}
|
DocumentRoot {{ item.document_root }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue