Merge pull request #1354 from sircharlo/patch-1
Update uwsgi.ini to prevent buffers errors with NGINX reverse proxies
This commit is contained in:
commit
81a9a5416f
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ processes = 4
|
||||||
enable-threads = true
|
enable-threads = true
|
||||||
static-map = /static=/srv/umap/static
|
static-map = /static=/srv/umap/static
|
||||||
static-map = /uploads=/srv/umap/uploads
|
static-map = /uploads=/srv/umap/uploads
|
||||||
|
buffer-size = 32768
|
||||||
|
|
Loading…
Reference in a new issue