diff --git a/roles/download/templates/httpd/dl.fedoraproject.org.conf b/roles/download/templates/httpd/dl.fedoraproject.org.conf index edf3c7223f..752a2de84e 100644 --- a/roles/download/templates/httpd/dl.fedoraproject.org.conf +++ b/roles/download/templates/httpd/dl.fedoraproject.org.conf @@ -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"