httpd/conf.d/welcomeの

<LocationMatch "^/+$">
Options -Indexes
ErrorDocument 403 /error/noindex.html
</LocationMatch>

この「^/+$」は、何をさすのでしょうか?

http://localhost/の「最後の/」は「^/」がさすと思いますが、
その先の「+$」がどういう意味なのでしょうか?