Merge pull request #1354 from sircharlo/patch-1

Update uwsgi.ini to prevent buffers errors with NGINX reverse proxies
This commit is contained in:
Yohan Boniface 2023-10-03 16:14:47 +02:00 committed by GitHub
commit 81a9a5416f
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