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!
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.
Solved the problem myself! For anyone who is interested, this was the problem I had: http://stackoverflow.com/questions/26210115/webserver-with-nginx-working-until-save-file-created
If your configuration worked before as expected, you made no changes, and now it does not function, this may not be the source of the issue.
It sounds like your web server process crashed. You should start out by checking your log files in /var/log/nginx/error.log to see what happened when the service stopped responding.
You can also attempt to restart the nginx service by running service nginx restart
if you can share any error messages you see in the logs or when attempting to restart the service here we’ll be happy to help you identify the issue.