From f1e82e00ca21d77c824cbb5dff465cabb8fc91ff Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 3 Aug 2016 09:30:02 +0000 Subject: [PATCH] set https so styles work Signed-off-by: Ricky Elrod --- roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf index 2b1e505a06..1bf4359a59 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.fas3.conf @@ -1,3 +1,7 @@ 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