Hacker News new | ask | show | jobs
by lenary 5434 days ago
no need to restart the server. if you're using passenger, just `$ touch tmp/restart.txt` (in your rails app). That will restart just that app in passenger (and lots of other servers too)
1 comments

@lenary thank you very much for your feedback. I recall reading about the restart.txt - what contents should be in this file or is it generated?