Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
It was all good till Restart nginx by typing: service nginx restart
Below is what I get as an error
Restarting nginx: nginx: [emerg] could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32 nginx: configuration file /etc/nginx/nginx.conf test failed
For me not work. This return me a 502 error and I´ve followed all as here
Followed every step in detailed. First site worked perfectly but when I visit second site, I get 502 error.
It worked for me now. I guess something was wrong with my Upstart configuration. Nevertheless,I moved into the /var/www/secondsite/ghost and npm start ! And the second site worked on a different port we mentioned in the second site nginx conf file.
Thanks for the tutorial.
Will this work with subdomains as well?
For example: ghost1.mydomain.com ghost2.mydomain.com
To restart Ghost if you follow this tutorial:
service ghost-firstsite restart service ghost-secondsite restart