trying to fix up VH defs for qa stg,prod so non-phab stuff works
This commit is contained in:
parent
3a0a28b547
commit
92bfa23050
3 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
<VirtualHost *:80>
|
||||
# Change this to the domain which points to your host.
|
||||
ServerName {{ item.name }}
|
||||
ServerName {{ item.external_name }}
|
||||
SeverAlias {{ item.name }}
|
||||
|
||||
DocumentRoot {{ item.document_root }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue