this works but now
fastcgi_param QUERY_STRING $query_string is empty
and the query string params aren't being passed as GET params for
example to PHP...
ideas?
2009/10/26 Igor Sysoev <is@rambler-co.ru>:
>> location /loader.php {
>> fastcgi_split_path_info ^(/loader\.php)(.*)$;
>
> + fastcgi_pass 127.0.0.1:11000;
> + fastcgi_param SCRIPT_FILENAME /path/to/php$fastcgi_script_name;
> + fastcgi_param PATH_INFO $fastcgi_path_info;
>
>> }
>> }