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;
>
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
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
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
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,