How to increase file upload size ?
-
How to increase file upload size ?
I read
https://meta.discourse.org/t/changing-max-attachment-size/26435and,
I don't know, how to set cloudron nginx proxy conf to increase upload file size. -
How to increase file upload size ?
I read
https://meta.discourse.org/t/changing-max-attachment-size/26435and,
I don't know, how to set cloudron nginx proxy conf to increase upload file size.@freetommy
client_max_body_size
is set to 0 (unlimited) when proxying to apps. This means that apps control what the max size is. Why are you facing any issues when uploading large files? -
@freetommy
client_max_body_size
is set to 0 (unlimited) when proxying to apps. This means that apps control what the max size is. Why are you facing any issues when uploading large files? -
set max attachment size 102400 on discourse admin panel UI.
then, restart discourse app.
I try upload file (size 18M).@freetommy I have pushed an update now to fix this. Can you please try?
-
N nebulon marked this topic as a question on
-
@freetommy I have pushed an update now to fix this. Can you please try?
-
N nebulon has marked this topic as solved on
-
@freetommy I have pushed an update now to fix this. Can you please try?
-
@girish
Hi, I just try to upload 1GB file (this values is max values at max attachment size kb in discourse setting).
100MB is solved. but, 1GB have issue.
Would you please check again ?@freetommy Are you behind cloudflare by any chance? IIRC, they have a 100MB upload limit.