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:
parent
b023b19fe8
commit
67971513c9
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue