Finally fixed, to those who are interested, I changed this;
fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
to, this:
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
Finally fixed, to those who are interested, I changed this;
fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
to, this:
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;