Question
Running both PHP and Node.js on Nginx on the same server
Is it possible to run both PHP and Node.js application on the same server with Nginx? I use nginx as reverse proxy for node.js while on PHP I use nginx as substitute for Apache web server.
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.
×