You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
access_log is at {{ logroot }}/{{ app.name }}/access.log
error_log is at {{ logroot }}/{{ app.name }}/error.log
everything else*is still at /var/log/nginx/
passenger:
see {{ appshome }}/{{ app.name }}/shared/log/*.log
rails apps maintenance
sudo su - deploy
cd {{ appshome }}/{{ app.name }}/current
bundle exec rails maintenance:start
# do your maintenance work here
bundle exec rails maintenance:end