FEATURE: raise min body size to 10m
This commit is contained in:
parent
20c9a312c7
commit
363fc03ab3
|
@ -54,7 +54,7 @@ server {
|
|||
keepalive_timeout 65;
|
||||
|
||||
# maximum file upload size (keep up to date when changing the corresponding site setting)
|
||||
client_max_body_size 3m;
|
||||
client_max_body_size 10m;
|
||||
|
||||
# path to discourse's public directory
|
||||
set $public /var/www/discourse/public;
|
||||
|
|
Loading…
Reference in New Issue