Question
Running Nginx and Apache for Node Js + Phpmyadmin
Hi, I’ve just succeed to deploy a nodejs app with this great tuto : https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-14-04
Now the problem is that I bought my droplet with one click app option to have phpmyadmin pre-install, but to deploy my node js app I had to stop apache run to let nginx run and listening on port 80. Now I can’t access to phpmyadmin because my express routing does not take in charge the route : http://my_ip_adress/phpmyadmin.
Please anyone have an idea about how to aces phpmyadmin ?
Will my app be able to access to my tables even if apache server off ?
Can I just make apache run and listen on port (3000 for example) and Nginx running and listening on port 80 ?
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.
×