From 6646bd334174ce40e53c17c1987d1fd21f65b01e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 11 Jun 2015 11:02:29 +0200 Subject: [PATCH] Pass on the Authorization header --- roles/pagure/frontend/templates/pagure.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pagure/frontend/templates/pagure.conf b/roles/pagure/frontend/templates/pagure.conf index 28de558847..2988dd378e 100644 --- a/roles/pagure/frontend/templates/pagure.conf +++ b/roles/pagure/frontend/templates/pagure.conf @@ -20,6 +20,7 @@ WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off WSGIPythonOptimize 1 +WSGIPassAuthorization On WSGIScriptAlias / /var/www/pagure.wsgi