untitledkingdom / mina-puma

Puma tasks for Mina
MIT License
85 stars 40 forks source link

Start puma with tcp binding and don't use socket binding #11

Open patricks opened 8 years ago

patricks commented 8 years ago

Is there a way to use tcp binding like (tcp://0.0.0.0:3000) instead of socket binding?

whysthatso commented 8 years ago

i believe that just like configuring log redirects the only way to do it is via an external config file. as this gem currently does not manage files, it's either a feature to be added, or (like i do) manage the config file in some other way/manually.