forked from 0x2620/pandora
align DATA_UPLOAD_MAX_MEMORY_SIZE with nginx post size
This commit is contained in:
parent
91e6674da8
commit
fde36c3ae0
1 changed files with 2 additions and 0 deletions
|
@ -280,3 +280,5 @@ INSTALLED_APPS = tuple(list(INSTALLED_APPS) + LOCAL_APPS)
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
|
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
|
||||||
|
|
||||||
|
DATA_UPLOAD_MAX_MEMORY_SIZE = 32 * 1024 * 1024
|
||||||
|
|
Loading…
Reference in a new issue