Re: Error response body not sent if upload is incomplete

2017-12-29 Thread Valentin V. Bartenev
On Friday, 29 December 2017 23:23:07 MSK naktinis wrote: > This happens using the ngx_http_uwsgi_module, but it seems this might be > more generic (i.e. also affects at least upstream servers). > > Here's what happens: > * I send a HTTP/1.1 POST request with a Content-Type: multipart/form-data; >

Error response body not sent if upload is incomplete

2017-12-29 Thread naktinis
This happens using the ngx_http_uwsgi_module, but it seems this might be more generic (i.e. also affects at least upstream servers). Here's what happens: * I send a HTTP/1.1 POST request with a Content-Type: multipart/form-data; header and a ~600kb file * Nginx receives the first part of the req

unit-0.3 beta release

2017-12-29 Thread Valentin V. Bartenev
Hello, I'm glad to announce that a new beta version of NGINX Unit has been released. Changes with Unit 0.328 Dec 2017 *) Change: the Go package name changed to "nginx/unit". *) Change: in the "limits.timeout" application option: application st

nginx using openssl chil engine

2017-12-29 Thread Jan Lewis
anyone know how to setup nginx config for using an openssl chil engine? I have the following added as directives main context : ssl_engine chil; in the server context I reference to a preloaded private key as ssl_certificate_keyengine:chil:prikeyid; when I run "nginx -t" I get ngi

Re: MAP location in conf file

2017-12-29 Thread Aziz Rozyev
check docs: http://nginx.org/en/docs/http/ngx_http_map_module.html every directive description has a “Context” field, where you may find in which configuration context you can put the directive. regarding your questions, yes, you actually have to put it on the very top - in ‘http' context. br,