mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
download-phx2: Also serve /compose
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -27,5 +27,9 @@
|
||||
SSLProtocol {{ ssl_protocols }}
|
||||
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"
|
||||
</VirtualHost>
|
||||
|
||||
Reference in New Issue
Block a user