Re: Сжимать gzip контент отданный модулем

Fly3110 nginx-forum на nginx.us
Чт Мар 17 01:07:50 MSK 2011


> [...]
> 
> > Кусок модуля:
> >     r->headers_out.status = NGX_HTTP_OK;
> >     r->headers_out.content_length_n = size;
> >     r->headers_out.last_modified_time =
> of.mtime;
> >     r->headers_out.content_type.data =
> "application/x-msdownload";
> >     r->headers_out.content_type.len = 24;
> 
> Ставить r->headers_out.content_type_len
> не забываем.
> 
> [...]
> 
так?
r->headers_out.content_type_len = 24;

просто сейчас уже проверить не могу

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,183152,183359#msg-183359




Подробная информация о списке рассылки nginx-ru