1 Title: Additional fix for URL redirect from /[site]/ to /[site]/check_mk/
11 The werk #6773 changed the behaviour of the URL redirect from <tt>/[site]/</tt> or <tt>/[site]</tt>
12 to <tt>/[site]/check_mk/</tt>. The change tried to respect custom ports but was breaking some
13 specific reverse proxy setups.
15 We have now again changed this setting to completely ignore the protocl, host and port when producing the
16 redirect answer which makes the client responsible for adding the correct protocol, host and port.