Nginx and Set-Cookie
L. S.
lsearchw at gmail.com
Wed Nov 18 02:25:55 MSK 2009
It's the default config file from Ubuntu "apt-get install" with the
addition of a simple fastcgi section:
location ~ app.fcgi$ {
fastcgi_pass 127.0.0.1:9001;
include /etc/nginx/fastcgi_params;
}
On 11/17/09, Jérôme Loyet <jerome at loyet.net> wrote:
> 2009/11/17 L. S. <lsearchw at gmail.com>:
>> My FastCGI process sends cookies, but they are not being sent to the
>> browser. Why does nginx not send the cookie header?
>
> it should,
>
> what is your conf ?
>
>>
>> Nginx 0.7.63
>>
>>
>
>
More information about the nginx
mailing list