From a0cf3666ce5eea156cb6fb1f729efc96a9478a54 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 1 Dec 2015 21:15:03 +0000 Subject: [PATCH] Cherrypy wants -Proto. Lets make it happy Signed-off-by: Patrick Uiterwijk --- roles/httpd/reverseproxy/templates/reversepassproxy.id.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf index ec258f884c..16259286c3 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.id.conf @@ -1,5 +1,6 @@ RequestHeader unset Expect early RequestHeader set X-Forwarded-Scheme https early +RequestHeader set X-Forwarded-Proto https early RewriteEngine on