how to serve my own pages and not the default page on bitnami node server on google compute engine
问题 I started a bitnami node server instance on the google compute engine. I uploaded my application files to the vm using filezilla. My application is located at /home/bitnami/Rockstar22 I have an app.js file in there, that's my node server file. I connect to a mongodb instance (in another instance in the same project) using mongoose. When I ssh into my instance and cd into this directory, I execute the following command, just as I would locally node app.js and it displays two console logs (for