From 51cd5614be7016405d73e6521bcaa6141c3afbc4 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 12 Jul 2018 00:10:19 +0000 Subject: [PATCH] Use the ansible-installed hotspot.txt so we don't fail if web build fails Signed-off-by: Patrick Uiterwijk --- roles/httpd/website/templates/website.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/website/templates/website.conf b/roles/httpd/website/templates/website.conf index a6dde0fc7b..883d0cbfca 100644 --- a/roles/httpd/website/templates/website.conf +++ b/roles/httpd/website/templates/website.conf @@ -19,7 +19,7 @@ {% if site_name == "fedoraproject.org" %} Include "conf.d/fedoraproject.org/expires.conf" Include "conf.d/fedoraproject.org/logs.conf" - Alias /static/hotspot.txt /srv/web/fedoraproject.org/static/hotspot.txt + Alias /static/hotspot.txt /srv/web/hotspot.txt {% endif %} {% if sslonly %}