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