FEATURE: bump upload size to 3 megs

This commit is contained in:
Sam 2014-07-14 14:32:55 +10:00
parent 6a685e822a
commit d4cd2f1ebf
1 changed files with 1 additions and 1 deletions

View File

@ -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;