000a40263b
If root_url is '/' it's incorrect, unecessary to redirect from '^/$' to '/'. It also causes a redirect loop. This change introduces two sets of checks to avoid configuring apache::vhost with redirectmatch_regexp and redirectmatch_dest if root_url is '/'. Change-Id: Id5dcad250e3909e4e1431d9afd5460aa40a4c318 Closes-Bug: #1551759 Signed-off-by: Martin Millnert <martin@millnert.se>