[Commandbox 4.6] Directory Listing

I upgraded commandbox from 4.1 to 4.6 and now I can’t see a directory listing when I browse to http://127.0.0.1:49458/ (without an index.cfm) whereas in 4.1 I used to be able to do that.
I couldn’t find a way to turn this back on. There was a ticket about it a while back (https://ortussolutions.atlassian.net/browse/COMMANDBOX-36) that refers to undertow settings but I can’t figure out how to do this. Any help would be appreciated.

The setting is defaulted to false since 4.5. Please see the release notes here:

https://www.ortussolutions.com/blog/commandbox-450-released

All you need to do is run:

config set server.defaults.web.directoryBrowsing=true

and you’l have the old behavior back.

Thank you!