download-phx2: Also serve /compose
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
3904614002
commit
b023b19fe8
1 changed files with 4 additions and 0 deletions
|
@ -27,5 +27,9 @@
|
||||||
SSLProtocol {{ ssl_protocols }}
|
SSLProtocol {{ ssl_protocols }}
|
||||||
SSLCipherSuite {{ ssl_ciphers }}
|
SSLCipherSuite {{ ssl_ciphers }}
|
||||||
|
|
||||||
|
{% if inventory_hostname.startswith('download0') %}
|
||||||
|
# In phx2, also serve /compose content
|
||||||
|
Alias /compose /mnt/koji/compose
|
||||||
|
{% endif %}
|
||||||
Include "conf.d/dl.fedoraproject.org/*.conf"
|
Include "conf.d/dl.fedoraproject.org/*.conf"
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue