From f85b6c00dd72ce5f23650206c90f210df5b62313 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 11 Feb 2015 10:09:45 +0100 Subject: [PATCH] Adjust the proxy settings for fedocal to set the X-Scheme header --- roles/fedocal/templates/fedocal-proxy.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/fedocal/templates/fedocal-proxy.conf b/roles/fedocal/templates/fedocal-proxy.conf index 08b7e6d4a2..613a731d7f 100644 --- a/roles/fedocal/templates/fedocal-proxy.conf +++ b/roles/fedocal/templates/fedocal-proxy.conf @@ -3,5 +3,4 @@ RewriteEngine On ProxyPass <%= path %> <%= proxyurl %>/calendar ProxyPassReverse <%= path %> <%= proxyurl %>/calendar -RequestHeader set X-Forwarded-Scheme https early - +RequestHeader set X-Scheme https early