I can’t find how to restart my redmine app instance
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Please, try this on shell account: “passenger-config restart-app”
I’m not sure if the web server for one-click is Apache or Nginx, but a restart of the web server should do the trick.
service apache2 restart
orserver nginx restart
There is other ways to restart your Ruby application: https://www.phusionpassenger.com/library/admin/apache/restart_app.html