Update uwsgi.ini to prevent buffers errors with NGINX reverse proxies
This commit is contained in:
parent
63c515d537
commit
287bb465ed
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ processes = 4
|
|||
enable-threads = true
|
||||
static-map = /static=/srv/umap/static
|
||||
static-map = /uploads=/srv/umap/uploads
|
||||
buffer-size = 32768
|
||||
|
|
Loading…
Reference in a new issue