I start WEBrick server through Padrino by this command: padrino start
It listens on localhost, but I would like to use WEBrick virtual hosts to change this behaviour to respond to other hostnames like example.com. But padrino start doesn't have these options. How can I pass virtual hosts details to WEBrick?