Merge Request #33
← To merge requests
From
update_upload_size
into
master
Commits (2)
-
Signed-off-by: msfernandes <matheus.souza.fernandes@gmail.com>
-
Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com>
-
Sim! Precisa fazer no Nginx da Integration também.
O django-reverseproxy (do Colab) não tem limite de upload não. O revproxy trata qualquer arquivo que não seja HTML e tenha mais de 4Kb como streaming pra evitar usar muita memória. Mas isso é pra ser transparente pra aplicação abaixo dele.
-
mentioned in commit 18d71e71b2234739225fefa992f0d911b2bf6cb8
started a discussion on commit
f88e113b
cookbooks/noosfero/files/noosfero.yml
0 → 100644
2 | + #mail_enabled: true | |
3 | + #webmail_url: "http://localhost.localdomain/" | |
4 | + #addthis_enabled: true | |
5 | + #addthis_pub: your-user-name | |
6 | + #addthis_logo: http://localhost:3000/images/logo-200x50.png | |
7 | + #addthis_options: favorites, email, digg, delicious, technorati, slashdot, twitter, more | |
8 | + #gravatar: mm | |
9 | + #googlemaps_initial_zoom: 4 | |
10 | + #exception_recipients: [admin@example.com] | |
11 | + #max_upload_size: 5MB | |
12 | + #hours_until_user_activation_check: 72 | |
13 | + | |
14 | +test: | |
15 | + | |
16 | +production: | |
17 | + max_upload_size: 150MB | |
3 |
|