Nginx + Urlmanager Without Script Name Visible

Hello,

I am considering Nginx for my yii app because of its low memory profile… I have looked at this tutorial http://www.yiiframework.com/doc/guide/1.1/en/quickstart.apache-nginx-config

However looking at this regex


fastcgi_split_path_info  ^(.+\.php)(.*)$; 

I have a feeling, that it will work correctly, only if showScriptName in URL manager is enabled (URLs are like mysite.com/index.php/controller/action)

Is it possible to make this work without script name visible (e.g. mysite.com/controller/action), or will it work, as it is, despite of my “feelings”? :)

This is the first time I am using nginx so some of its config options are not very known to me