Update uwsgi.ini to prevent buffers errors with NGINX reverse proxies

This commit is contained in:
Charles Olivier Savignac 2023-10-02 17:39:00 -04:00 committed by GitHub
parent 63c515d537
commit 287bb465ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,3 +9,4 @@ processes = 4
enable-threads = true
static-map = /static=/srv/umap/static
static-map = /uploads=/srv/umap/uploads
buffer-size = 32768