I'm trying to setup a log rotation cron job. In an older configuration, I had the following lines to restart the mongrel process:
What's the equivalent command to restart my nginx process? Thanks asked 11 Apr '11, 21:19 THEM |
Enter cd ~/webapps/rails_app where rails_app is the name of your Rails application. Enter ./bin/restart and press Enter. answered 11 Apr '11, 21:32 johns |