2012/4/3 Grégory Pakosz <gpakosz@yahoo.fr>:
> However, I often see the following directives being used, how
> important/useful are they?
>
> fastcgi_split_path_info ^(.+\.php)(/.+)$;
> fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
> fastcgi_param SCRIPT_NAME $fastcgi_script_name;
>
Those are to handle urls like www.example.com/index.php/some/para/meters.
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx