html - Does a PHP file work in a NODE JS Container? -
i'm new php, , building app in node js container on nitrous. adding php backend mandrill email form. php files work on node js containers? sorry newbie question. thanks!
node runs javascript. in order run php, you'll need web server capable of running php such nginx + fpm or apache + mod_php. here official getting started docs on nitrous + php: https://www.nitrous.io/stacks/php/.
Comments
Post a Comment