Question
Running Rails & PHP on same Ubuntu 20.04
I have a droplet which I have Ubuntu 20.04 (LTS) x64, Nginx, and passenger. Currently, I’m running a Rails app in it. I was wondering how and if I’m able to run Rails alongside PHP script on the same server.
What I’m looking for is to have Rails app in domain.com and the PHP as domain.com/php-here
Thanks in advance
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×