download-phx2: Also allow indexes for /mnt/koji/compose on phx2 download.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-05-03 20:00:15 +00:00
parent b023b19fe8
commit 67971513c9

View file

@ -30,6 +30,15 @@
{% if inventory_hostname.startswith('download0') %}
# In phx2, also serve /compose content
Alias /compose /mnt/koji/compose
<Directory /mnt/koji/compose>
HeaderName /HEADER.html
ReadmeName /FOOTER.html
Options Indexes FollowSymLinks
Require all granted
IndexOptions NameWidth=* FancyIndexing
</Directory>
{% endif %}
Include "conf.d/dl.fedoraproject.org/*.conf"
</VirtualHost>