Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 apache 或 gunicorn 中设置最大上传文件大小或请求正文的大小?
像 "post_max_size" 和 "upload_max_filesize" 但对于 gunicorn 和 django。
也许使用这个参数?
<Directory "/srv/www/htdocs/uploads"> LimitRequestBody 102400 </Directory>