Can't increase size of file uploads
-
Hello, I am new here and to NodeBB
Issue is I can't increase the size of pictures uploaded.
have gone to - Settings - Uploads
Disabled "resize Images"
Increased :
"max size to 30,000 KiB"result is "request Entity is too large" for anything over 1 MB
Any thoughts? Am I missing a spot to increase file size?
Thanks
-
@leviathan1205 did you restart after changing the setting?
-
@leviathan1205 said in Can't increase size of file uploads:
result is "request Entity is too large" for anything over 1 MB
You need to allow bigger uploads in your nginx settings as well. Modify
client_max_body_size
-
thanks for both suggestions I will give them a try
Copyright © 2024 NodeBB | Contributors