Use the ansible-installed hotspot.txt so we don't fail if web build fails

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-07-12 00:10:19 +00:00
parent 9ade79edad
commit 51cd5614be

View file

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