I am trying to deploy Rails app with the Puma web server. When trying to start Puma server with a config file bundle exec puma -C config/puma.rb I get an error
bundle exec puma -C config/puma.rb
You can find and kill the running processes: ps aux | grep puma Then you can kill it with kill PID
ps aux | grep puma
kill PID