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