From 854535ba390313519742ea15e9400b16ab9dfa16 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 3 Aug 2016 10:11:41 +0000 Subject: [PATCH] this works I think. Luke you are a freaking lifesaver Signed-off-by: Ricky Elrod --- roles/fas3_server/templates/production.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/fas3_server/templates/production.ini b/roles/fas3_server/templates/production.ini index bed9837cdf..532995b847 100644 --- a/roles/fas3_server/templates/production.ini +++ b/roles/fas3_server/templates/production.ini @@ -3,8 +3,14 @@ # http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html ### +[filter:proxy-prefix] +use = egg:PasteDeploy#prefix +prefix = /fas3 +scheme = https + [app:main] use = egg:fas +filter-with = proxy-prefix project.name = fedoraproject project.organisation = Fedora Project