align DATA_UPLOAD_MAX_MEMORY_SIZE with nginx post size

This commit is contained in:
j 2018-07-25 22:10:25 +02:00
parent 91e6674da8
commit fde36c3ae0

View File

@ -280,3 +280,5 @@ INSTALLED_APPS = tuple(list(INSTALLED_APPS) + LOCAL_APPS)
ALLOWED_HOSTS = ['*']
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
DATA_UPLOAD_MAX_MEMORY_SIZE = 32 * 1024 * 1024