From 7d8b4bc3a9d3d42320a7401790ce2aa9b11ec8d2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 10 Nov 2015 15:40:58 +0100 Subject: [PATCH] mdapi's urls are prefixed --- roles/mdapi/templates/mdapi.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mdapi/templates/mdapi.cfg b/roles/mdapi/templates/mdapi.cfg index 8a8d4cd8aa..4a91166010 100644 --- a/roles/mdapi/templates/mdapi.cfg +++ b/roles/mdapi/templates/mdapi.cfg @@ -1,5 +1,6 @@ HOST = '*' PORT = '80' +PREFIX = '/mdapi' {% if env == 'staging' %} KOJI_REPO = 'http://koji.stg.fedoraproject.org/repos/'