diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index be7d037a73..49638261ac 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -52,7 +52,7 @@ FEDMENU_URL = "https://apps.fedoraproject.org/fedmenu/" FEDMENU_DATA_URL = "https://apps.fedoraproject.org/js/data.js" {% endif %} -{% if env == 'staging %} +{% if env == 'staging' %} ENFORCE_PROTOCOL_FOR_BACKEND_URL = "http" ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "http" {% else %}