FEATURE: raise min body size to 10m

This commit is contained in:
Sam 2015-02-23 10:50:09 +11:00
parent 20c9a312c7
commit 363fc03ab3
1 changed files with 1 additions and 1 deletions

View File

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