标签: django heroku gunicorn
当我尝试使用ajax / jquery上传超过1mb的文件时。服务器抛出错误虽然一切都在localhost上完美运行。我正在使用heroku来托管应用程序而procfile被编写为使用gunicorn作为http服务器。如何配置服务器以接受每个大小的每个文件?
Procfile web: gunicorn gettingstarted.wsgi --log-file -