set https so styles work

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2016-08-03 09:30:02 +00:00
parent 56ca900f6e
commit f1e82e00ca

View file

@ -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