Rewrite rule for nginx from Apache

I still do not understand the previous explanation

Can you help me to convert my htaccess to nginx…

RewriteEngine on
RewriteRule ^$ index.php [L]
RewriteCond $1
!^(index.php|info.php|dotpro|poploud|users|upload_pic|static|oauth|sharefb|dotproject|error|facebook|blog|system/application/views/(apps-images|css-libraries|js-libraries|swf-library|video-library)|AuthSub.php|robots.txt|favicon.ico|insecure.php)
RewriteRule ^(.*)$ index.php/$1 [L]

thank’s

Posted at Nginx Forum:

On Thu, May 26, 2011 at 09:46:47AM -0400, the_traveller wrote:

the public_html dir is in
/usr/local/www

location /Joke/ {
fastcgi_pass backend;
fastcgi_param SCRIPT_FILENAME /usr/local/www/public_html/jokes.php;
fastcgi_param QUERY_STRING $args;
inlcude fastcgi_params;
}


Igor S.

the public_html dir is in
/usr/local/www

Posted at Nginx Forum: