Request for comments on Nginx configuration

2021-05-27 Thread mandela
Hello all. I would like to have comments from the Nginx community on the following configuration: worker_processes auto; error_log /var/www/log/nginx.log; events { multi_accept on; worker_connections 16384; } http { include nginx.deny; include mime.types;

How to do a large buffer size > 64k uWSGI requests with Nginx proxy | uwsgi request is too big with nginx

2021-05-27 Thread Rai Mohammed
How to do a large buffer size > 64k uWSGI requests with Nginx proxy Deployment stack : Odoo ERP 12 Python 3.7.10 and Werkzeug 0.16.1 as backend Nginx proxy : 1.20.0 uWSGI : 2.0.19.1 OS : FreeBSD 13.0-RELEASE Nginx throw an alert from uwsgi of request is too big Alert : uwsgi request is too big: 8

Unit 1.24.0 release

2021-05-27 Thread Valentin V. Bartenev
Hi, I'm glad to announce a new release of NGINX Unit. This one is full of shiny new features. But before I dive into the details, let me introduce our new developers without whom this release wouldn't be so feature-rich. Please, welcome Zhidao Hong (洪志道) and Oisín Canty. Zhidao has already bee

Re: How to do a large buffer size > 64k uWSGI requests with Nginx proxy | uwsgi request is too big with nginx

2021-05-27 Thread Maxim Dounin
Hello! On Thu, May 27, 2021 at 02:55:24PM -0400, Rai Mohammed wrote: > How to do a large buffer size > 64k uWSGI requests with Nginx proxy > > Deployment stack : > Odoo ERP 12 > Python 3.7.10 and Werkzeug 0.16.1 as backend > Nginx proxy : 1.20.0 > uWSGI : 2.0.19.1 > OS : FreeBSD 13.0-RELEASE >

Re: How to do a large buffer size > 64k uWSGI requests with Nginx proxy | uwsgi request is too big with nginx

2021-05-27 Thread Rai Mohammed
Hello, Yes I have searched the request that generates this big size header, and it's a Get URI pulling all the features installed and requested by the user of the ERP. Before I integrate the uWSGI layer, the stack deployment with Nginx KTLS HTTP2 works perfectly and there's no problem of buffer