server {listen80;server_namewww.jftp6.com;root "D:/code/jflm/public";location / {index index.php index.html error/index.html;if ( !-e $request_filename) {rewrite ^/(.*)$ /index.php/$1 last;}}location ~ \.php(.*)$ {fastcgi_pass 127.0.0.1:9000;fastcgi_indexindex.php;fastcgi_split_path_info^((?U).+\.php)(/?.+)$;fastcgi_paramSCRIPT_FILENAME$document_root$fastcgi_script_name;fastcgi_paramPATH_INFO$fastcgi_path_info;fastcgi_paramPATH_TRANSLATED$document_root$fastcgi_path_info;includefastcgi_params;}}