From f1ff079cf50e0953dc101f0fa43af2dfd9d7406f Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 29 Jun 2016 12:48:47 +0000 Subject: [PATCH] add new hostname to apache config Signed-off-by: Ricky Elrod --- roles/graphite/graphite/templates/graphite-web.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/graphite/graphite/templates/graphite-web.conf b/roles/graphite/graphite/templates/graphite-web.conf index cf1f5ed29a..f9d70957cf 100644 --- a/roles/graphite/graphite/templates/graphite-web.conf +++ b/roles/graphite/graphite/templates/graphite-web.conf @@ -5,6 +5,7 @@ ServerName graphite.cloud.fedoraproject.org + ServerAlias graphite.fedorainfracloud.org DocumentRoot "/usr/share/graphite/webapp" ErrorLog /var/log/httpd/graphite-web-error.log CustomLog /var/log/httpd/graphite-web-access.log common