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 %}