0

Why am I getting this error? Tried running Passenger stand-alone on Ubuntu 20.04 server nothing fancy.

enter image description here

Kiffin
  • 1,048
  • 1
  • 15
  • 21

1 Answers1

0

I solved this issue by ensuring that I started passenger in production mode.

cd /home/kiffin/server-name/production/current
passenger start -a 127.0.0.1 -p 3000 -d --user kiffin --daemonize --environment production
Kiffin
  • 1,048
  • 1
  • 15
  • 21