Added by Maissa Mbaye over 10 years ago
Hi,
Firstky I would like to thank you for this greate job!
My question is what is the most efficiant method beetween starting openproject with RAILS_ENV=“production” bundle exec rails server or use Apache2?
Regards
PS : This question may be already asked but i dit not found it
Replies (2)
Hello Maissa,
for production use you should not use the build-in “Thin Webserver” which is started if you run
bundle exec rails server
we recommend a setup with Apache2 or nginx with Phusion Passenger.Best
Ratzi
Hello Christian,
Thank you very much for you answer!
I will take you advise into account
Regards
Maïssa