From 8083b80656df6911f5daee1d48d77b7dcc413c47 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 6 Jan 2017 19:12:58 +0000 Subject: [PATCH] tweaking phab's virtualhost to make it play nicer --- roles/phabricator/templates/phabricator.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/phabricator/templates/phabricator.conf.j2 b/roles/phabricator/templates/phabricator.conf.j2 index ebb60d4d0d..5a0ca45c92 100644 --- a/roles/phabricator/templates/phabricator.conf.j2 +++ b/roles/phabricator/templates/phabricator.conf.j2 @@ -1,6 +1,7 @@ # Change this to the domain which points to your host. ServerName phab.{{external_hostname}} + ServerAlias phab.{{inventory_hostname}} # Make sure you include "/webroot" at the end! DocumentRoot {{phabroot}}/phabricator/webroot