SyntaxFix
Write A Post
Hire A Developer
Questions
I have also seen such errors when the fastcgi_params or fastcgi.conf config file is not properly included in the server configuration. So the fix for me was a silly:
fastcgi_params
fastcgi.conf
include /etc/nginx/fastcgi_params;
Took me an hour to find that out...