mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 09:42:45 +08: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;
|
keepalive_timeout 65;
|
||||||
|
|
||||||
# maximum file upload size (keep up to date when changing the corresponding site setting)
|
# 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
|
# path to discourse's public directory
|
||||||
set $public /var/www/discourse/public;
|
set $public /var/www/discourse/public;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user