Why am I getting this error? Tried running Passenger stand-alone on Ubuntu 20.04 server nothing fancy.
Asked
Active
Viewed 690 times
1 Answers
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