Quantcast
Channel: Nginx Forum - Nginx Mailing List - Russian
Viewing all articles
Browse latest Browse all 3102

chunkin сломан? (5 replies)

$
0
0
добрый день.
Пытались пересобрать nginx из портов и вдруг получили
nginx -t
nginx: [emerg] unknown directive "chunkin" in
/usr/local/etc/nginx/sites/test..ru:18
nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed

там блок
chunkin on;
error_page 411 = @my_411_error;
location @my_411_error {
chunkin_resume;
}
При этом в доке http://wiki.nginx.org/HttpChunkinModule
This module is no longer needed for Nginx 1.3.9+ because since 1.3.9,
the Nginx core already has built-in support for the chunked request bodies.

Что с ним делать теперь?

*# nginx -v
nginx version: nginx/1.4.4

FreeBSD 8.4-BETA1
*
_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-ru

Viewing all articles
Browse latest Browse all 3102

Trending Articles