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>