I've been struggling with a strange issue affecting my droplets: after some running time, the homepage of my website would be replaced by the default, "Welcome to nginx!" screen. This repeatedly happened on a machine ...
First, a bit of context:
I've set up multiple droplets with Nginx and the same application code, under /var/www/, while the public folder is /var/www/html.
I'm load balancing between these droplets using HA Proxy.
I ...