[FIX] runbot: allow larger upload on runbot odoo instances

This commit is contained in:
Christophe Monniez 2021-02-08 14:37:06 +01:00 committed by xdo
parent 5337ecd11f
commit 50f803ec31

View File

@ -10,7 +10,7 @@ http {
include /etc/nginx/mime.types;
server_names_hash_max_size 512;
server_names_hash_bucket_size 256;
client_max_body_size 10M;
client_max_body_size 64M;
index index.html;
log_format full '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '