PHP + FPM with error pages

Humza nginx-forum at nginx.us
Thu Apr 7 22:43:16 MSD 2011


I found the "php" file it is below:

index index.php index.html index.htm;

location ~ \.php$ {
    include fastcgi_params;

    fastcgi_index index.php;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    fastcgi_pass 127.0.0.1:9000;
}

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,189193,189217#msg-189217




More information about the nginx mailing list