From dd30dcfe083278a9e51cf6d57f0f8034b51916f0 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Dec 07 2018 15:02:56 +0000 Subject: fix issue 4106 by setting a correct APP_URL Signed-off-by: Karsten Hopp --- diff --git a/dev/ansible/roles/pagure-dev/files/pagure.cfg b/dev/ansible/roles/pagure-dev/files/pagure.cfg index c1fa516..60e724f 100644 --- a/dev/ansible/roles/pagure-dev/files/pagure.cfg +++ b/dev/ansible/roles/pagure-dev/files/pagure.cfg @@ -27,7 +27,7 @@ ADMIN_GROUP = ['sysadmin-main'] PAGURE_ADMIN_USERS = [] ### The URL at which the project is available. -APP_URL = '*' +APP_URL = 'http://localhost.localdomain/' ### The URL at which the documentation of projects will be available ## This should be in a different domain to avoid XSS issues since we want ## to allow raw html to be displayed (different domain, ie not a sub-domain).