How to start passenger in production environment?

后端 未结 1 951
悲&欢浪女
悲&欢浪女 2021-01-31 22:09

I\'m starting the Rails 3 application with the following command:

passenger start -a 0.0.0.0 -p 3000 -d

but how do I tell passeng

相关标签:
1条回答
  • 2021-01-31 22:32
    passenger start -a 0.0.0.0 -p 3000 -d -e production
    

    Side note: always check the help, passenger start --help would have told you the same.

    0 讨论(0)
提交回复
热议问题