You could try adding a rewrite rule similar to this
rewrite ^/(.*)/?$ /index.php/$1 break;
Sorry, it's untested, but it should be close. More info: http://wiki.nginx.org/NginxHttpRewriteModule
mellowsoon
2010-10-16 06:53:00