From b023b19fe87fbff81cb807211f9ce751effbd247 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 3 May 2019 19:50:29 +0000 Subject: [PATCH] download-phx2: Also serve /compose Signed-off-by: Kevin Fenzi --- roles/download/templates/httpd/dl.fedoraproject.org.conf | 4 ++++ 1 file changed, 4 insertions(+) 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"