random nginx error

all of the sudden we get a nginx error. but there are no errors on the server. i’ve restarted nginx several times fine but still shows error.mautic.png

all of the sudden we get a nginx error. but there are no errors on the server. i’ve restarted nginx several times fine but still shows error.

I don’t know nearly enough about nginx to be able to intelligently debug it, but can you to use the ngnix test command:

sudo nginx -t

source:
http://stackoverflow.com/questions/22306006/configuration-file-etc-nginx-nginx-conf-test-failed-how-do-i-know-why-this-h

Whenever I’ve had issues with nginx, its usually something I’ve got wrong in my config file.

Hi! Did you found any advance about this issue?