mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
FEATURE: bump upload size to 3 megs
This commit is contained in:
parent
6a685e822a
commit
d4cd2f1ebf
@ -39,7 +39,7 @@ server {
|
||||
keepalive_timeout 65;
|
||||
|
||||
# maximum file upload size (keep up to date when changing the corresponding site setting)
|
||||
client_max_body_size 2m;
|
||||
client_max_body_size 3m;
|
||||
|
||||
# path to discourse's public directory
|
||||
set $public /var/www/discourse/public;
|
||||
|
Loading…
Reference in New Issue
Block a user