abusesa::live: Strip index.html from redirected vsroom links

This commit is contained in:
Ossi Salmi 2015-06-09 17:08:10 +03:00
parent 9923a1c676
commit dfaa47495b

View file

@ -118,7 +118,7 @@ define abusesa::live::configwebhost($htdocs) {
mode => '0644',
owner => 'root',
group => 'root',
content => "Redirect permanent /vsroom/overview/ /abusesa/live/\n",
content => "RedirectMatch permanent /vsroom/overview/(index\.html)? /abusesa/live/",
}
}