I had exactly the same problem. I just commented out a line in my nginx.conf file:
include /etc/nginx/sites-enabled/*;
changed to
#include /etc/nginx/sites-enabled/*;
I had exactly the same problem. I just commented out a line in my nginx.conf file:
include /etc/nginx/sites-enabled/*;
changed to
#include /etc/nginx/sites-enabled/*;