|
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 |
|
Enter cd ~/webapps/rails_app where rails_app is the name of your Rails application. Enter ./bin/restart and press Enter. |