rack - Start Padrino on different host (virtual) -


i start webrick server through padrino command: padrino start

it listens on localhost, use webrick virtual hosts change behaviour respond other hostnames example.com. padrino start doesn't have these options. how can pass virtual hosts details webrick?

it have option so.

bundle exec padrino start -h example.com

should bind example.com listening.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -