diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.conf index 5a9eb944a7..4304709d4c 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.conf @@ -6,6 +6,7 @@ RewriteRule ^{{remotepath}}$ %{REQUEST_URI}/ [R=301] {% if header_scheme %} RequestHeader set X-Forwarded-Scheme https early RequestHeader set X-Scheme https early +RequestHeader set X-Forwarded-Proto https early {% endif %} ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}