From 9ade79edad3bfc3e4d2e60dff229ecb2dbf0893f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 12 Jul 2018 02:00:50 +0200 Subject: [PATCH] For hotspot.txt, we want all the stats Signed-off-by: Patrick Uiterwijk --- roles/httpd/website/templates/website.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/httpd/website/templates/website.conf b/roles/httpd/website/templates/website.conf index 5ae806ed8b..a6dde0fc7b 100644 --- a/roles/httpd/website/templates/website.conf +++ b/roles/httpd/website/templates/website.conf @@ -18,6 +18,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 {% endif %}