Base URL redirects preserve https protocols now
commit96de198f35794c36ba666daa0dd12e004e16490d
authorLars Michelsen <lm@mathias-kettner.de>
Tue, 30 Jun 2015 10:07:45 +0000 (30 12:07 +0200)
committerLars Michelsen <lm@mathias-kettner.de>
Tue, 30 Jun 2015 10:07:45 +0000 (30 12:07 +0200)
treed0d6027928c583c4109518189146137e03ebd099
parentfe64efc071e32f6011e08dca5fd61ee7fb7a9b97
Base URL redirects preserve https protocols now

Default redirects from /[site] and /[site]/ to /[site]/omd/ are
are now preserving the original requested protocol (http/https).
When using the apache shared mode (which is the default), having
the system apache service the pages via HTTPS, you will need to
configure the system apache to provide the X-Forwarded-Proto
request header to the site apache, which can be done by
adding the line 'RequestHeader set X-Forwarded-Proto "https"' to
the proxy configuration related to the site.
Changelog
packages/omd/skel/etc/apache/conf.d/omd.conf