Thread
:
413 Request Entity Too Large
View Single Post
03-22-2021, 12:00 AM
#
3
georgehuang
Enthusiast
Posts: 42
Karma: 10
Join Date: Oct 2020
Device: MacBook, iPhone, Kindle Paperwhite
Did not know it was default to only 1MB. Added the following to nginx.conf:
Code:
http { ... client_max_body_size 100M; }
And it works now. Thanks!
georgehuang
View Public Profile
Find More Posts by georgehuang
Track Posts by georgehuang via RSS