[IMP] runbot: allow upload of bigger files.

This commit is contained in:
Christophe Simonis 2015-04-01 18:03:33 +02:00
parent ce47981b41
commit 9532378ed2

View File

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