Page 1 of 1

fastcgi_pass keeps getting reset

Posted: Thu Sep 03, 2020 9:48 am
by Applepie
Hello,

I have this strange bug that sadly brings my websites down (which can be at the most unfortunate timing) where suddenly the line where fastcgi_pass is, in the

Code: Select all

/home/USER/conf/web/DOMAIN.com.nginx.ssl.conf
gets completely reset.
Instead of

Code: Select all

fastcgi_pass    unix:/var/run/php-DOMAIN.com.sock;
It suddenly gets changed to

Code: Select all

fastcgi_pass ;
Any idea what could possibly cause this?

Thanks in advance!