tweaking phab's virtualhost to make it play nicer
This commit is contained in:
parent
04cae423be
commit
8083b80656
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,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 phab.{{external_hostname}}
|
ServerName phab.{{external_hostname}}
|
||||||
|
ServerAlias phab.{{inventory_hostname}}
|
||||||
|
|
||||||
# Make sure you include "/webroot" at the end!
|
# Make sure you include "/webroot" at the end!
|
||||||
DocumentRoot {{phabroot}}/phabricator/webroot
|
DocumentRoot {{phabroot}}/phabricator/webroot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue