From 4931255057a579ded29e4fa7309154dac77dd568 Mon Sep 17 00:00:00 2001 From: Frank Lyder Bredland Date: Thu, 10 Sep 2015 13:23:36 +0200 Subject: [PATCH] Added a higher client_max_body_size than standard --- nginx.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.tmpl b/nginx.tmpl index b4140f9..ef63a54 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -1,3 +1,5 @@ +client_max_body_size 200m; + {{ define "upstream" }} {{ if .Address }} {{/* If we got the containers from swarm and this container's port is published to host, use host IP:PORT */}}