summaryrefslogtreecommitdiff
path: root/per-service
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2016-02-18 12:35:56 -0600
committerAndy Doan <andy.doan@linaro.org>2016-02-18 12:35:56 -0600
commit9cb0bc356963a0be6e53ad08284abc7f53ba6433 (patch)
tree8d5085969bf42f9345cee917d5f7baa625d61a02 /per-service
parentd0512406ea3bce7c4c5c9abaacbd3ed4ba91a5a5 (diff)
patchwork: pass BasicAuth info to wsgi app
This is needed for the XMLRPC interface Change-Id: Ic8e615cad59a72eb3b0fd4f699a3f0b6077f83fe
Diffstat (limited to 'per-service')
-rw-r--r--per-service/patchwork/files/apache.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/per-service/patchwork/files/apache.conf b/per-service/patchwork/files/apache.conf
index 3808784c..4352ce5a 100644
--- a/per-service/patchwork/files/apache.conf
+++ b/per-service/patchwork/files/apache.conf
@@ -43,6 +43,7 @@
Require all granted
</Directory>
+ WSGIPassAuthorization On
WSGIScriptAlias / "{{install_base}}/{{hostname}}/wsgi.py"
<Directory "{{install_base}}/{{hostname}}">
Require all granted