Welcome! Log In Create A New Profile

Advanced

Re: PUT support for chunked encoding with no Content-Length header

April 26, 2010 10:10AM
On Sun, Apr 25, 2010 at 9:14 PM, agentzh <agentzh@gmail.com> wrote:
> Could you please paste out your configuration?

Yes - I've tried a few variations but here's the last one w/ chunkin
module enabled:

worker_processes 1;
error_log /var/log/nginx/error.log info;

events {
worker_connections 1024;
}

http {
include mime.types;
default_type application/octet-stream;

sendfile on;

server {
listen 7500;
server_name localhost;

chunkin on;

error_page 411 = @my_411_error;
location @my_411_error {
chunkin_resume;
}

location / {
root /var/mogdata;
expires max;
client_max_body_size 20m;
dav_methods put delete mkcol copy move;
dav_access user:rw group:rw all:r;
create_full_put_path on;
autoindex on;
index index.html index.htm;
}

# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
}
}

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

PUT support for chunked encoding with no Content-Length header

anichols April 23, 2010 01:48PM

Re: PUT support for chunked encoding with no Content-Length header

agentzh April 25, 2010 06:10AM

Re: PUT support for chunked encoding with no Content-Length header

anichols April 25, 2010 12:40PM

Re: PUT support for chunked encoding with no Content-Length header

agentzh April 25, 2010 11:20PM

Re: PUT support for chunked encoding with no Content-Length header

anichols April 26, 2010 10:10AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 283
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready