7 messages in ru.sysoev.nginxRe: ForceType directive in nginx fast...
FromSent OnAttachments
PaulFeb 22, 2007 8:22 am 
Igor SysoevFeb 22, 2007 9:37 am 
PaulFeb 22, 2007 9:56 am 
Igor SysoevFeb 22, 2007 10:03 am 
PaulFeb 22, 2007 10:09 am 
Igor SysoevFeb 22, 2007 10:19 am 
PaulFeb 22, 2007 10:35 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: ForceType directive in nginx fastcgi?Actions...
From:Paul (plin@public.gmane.org)
Date:Feb 22, 2007 9:56:53 am
List:ru.sysoev.nginx

You should use

location /search { fastcgi_pass 127.0.0.1:9000; # fastcgi_pass /tmp/php-fastcgi.socket;

fastcgi_param SCRIPT_FILENAME /root/path$fastcgi_script_name; include fastcgi_params; }

Hi Igor,

Thank you so much for your speedy response!

Your suggestion works for URLs like /search?param=nginx but my URLs needs to be like /search/nginx (404 error)