mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user