aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/apache/templates/mod_wsgi.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/apache/templates/mod_wsgi.conf b/modules/apache/templates/mod_wsgi.conf
index b323c86e..0ecba31a 100644
--- a/modules/apache/templates/mod_wsgi.conf
+++ b/modules/apache/templates/mod_wsgi.conf
@@ -6,3 +6,7 @@ WSGIRestrictStdout Off
# no bug reported upstream yet :/
# WSGIRestrictSignal Off
# reenabled, as this prevent apache from restarting properly
+
+# make sure transifex client work fine, as we need wsgi to pass autorisation
+# header to django ( otherwise, this just show error 401 )
+WSGIPassAuthorization On