After upgrading to Ubuntu 11.04, all my Nginx sites (running with php-fpm) suddenly have problem and all is down. The upgrading process seems to be perfect.
After googling around, the following solution worked
- During the upgrading process, somehow the file /etc/nginx/fastcgi_params has been changed silently
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
- Solution is simple, just comment out that line and you’re done!
