summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicky Elrod <codeblock@fedoraproject.org>2016-09-06 20:15:05 +0000
committerRicky Elrod <codeblock@fedoraproject.org>2016-09-06 20:15:05 +0000
commitdcb984c6d295affc990a25552d750fd3ccfcd154 (patch)
tree097add1d5a4c14553e7cc8f4c5909b8db92b46a0
parentf27a3d75cd77d6c72a22ba9aca42ae60ce64f54a (diff)
add python2-mock here
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
-rw-r--r--roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf4
-rw-r--r--roles/modernpaste/tasks/main.yml1
2 files changed, 1 insertions, 4 deletions
diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf
index 1bf4359a5..2b1e505a0 100644
--- a/roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf
+++ b/roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf
@@ -1,7 +1,3 @@
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPreserveHost on
-
-# Set https so styles work
-RequestHeader set X-Forwarded-Scheme https early
-RequestHeader set X-Forwarded-Proto https early
diff --git a/roles/modernpaste/tasks/main.yml b/roles/modernpaste/tasks/main.yml
index 700b5eb08..01578c871 100644
--- a/roles/modernpaste/tasks/main.yml
+++ b/roles/modernpaste/tasks/main.yml
@@ -18,6 +18,7 @@
- python-psycopg2
- httpd
- mod_wsgi
+ - python2-mock
- modern-paste
tags:
- packages