View Single Post
Old 03-22-2021, 12:00 AM   #3
georgehuang
Enthusiast
georgehuang began at the beginning.
 
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 is offline   Reply With Quote