aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-19 15:52:34 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-19 15:52:34 +0100
commitb14a3b7c70d30db14457b98cfe8fddb00e7482bd (patch)
tree52c5bbb184a2df1b049557bfcd6eccd9e6c9d36f
parent90e280b1e8e792bc39d47f2fcef4d7f9267081cd (diff)
ansible: Increase body size for upload API.
Change-Id: I010d52f690edc77860262b9b64e443b9c11b33d5
-rw-r--r--ansible/roles/configure-nginx/templates/backend-nginx.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/configure-nginx/templates/backend-nginx.conf b/ansible/roles/configure-nginx/templates/backend-nginx.conf
index 667e9f0..111cd33 100644
--- a/ansible/roles/configure-nginx/templates/backend-nginx.conf
+++ b/ansible/roles/configure-nginx/templates/backend-nginx.conf
@@ -37,6 +37,8 @@ server {
return 503 '{"code": 503, "reason": "Service maintenance."}';
}
+ client_max_body_size 165m;
+
# Proxy cache, disabled for now.
# proxy_cache BACKEND;
# proxy_cache_key $proxy_host$uri$is_args$args;