I've created an Amazon EC2 Ubuntu instance to test some nodeJS files and JS files.
I've managed to install NodeJS and MongoDB there, and I do have a publicIP.
Now, where should I upload the files in order to access the file from the browser? Something like myPublicIP/index.html
I've read here that I should use the /var/www/html
directory, but I haven't found it when trying to locate using cd var/www/html
.
Should I create that directory?